summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-01 06:05:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-01 06:05:36 (GMT)
commit74680f1bf427bde968a2836baf1932760b7591cb (patch)
treee3cce68ad458c9abd5c4dadf63f5546d49dfb7c4
parent2166bdfeacfefb0cbf7f8cebed1438c27c1d8fac (diff)
downloadCMake-74680f1bf427bde968a2836baf1932760b7591cb.zip
CMake-74680f1bf427bde968a2836baf1932760b7591cb.tar.gz
CMake-74680f1bf427bde968a2836baf1932760b7591cb.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index f0f2a97..cdacb22 100644
--- a/Source/cmVersion.cxx
+++ b/Source/cmVersion.cxx
@@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
- std::string cver = "Date: 2005-12-31 06:08:08 +0000";
+ std::string cver = "Date: 2006-01-01 06:05:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;