summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-22 06:34:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-22 06:34:44 (GMT)
commit187816c9371e49769c02481ea46491b2d7e22d66 (patch)
treea64ad5c8034b2260fdbc8e748adf47d845a3357c /Source
parentabf27047859a3a08e892cf8eeca1fc75d9173bd4 (diff)
downloadCMake-187816c9371e49769c02481ea46491b2d7e22d66.zip
CMake-187816c9371e49769c02481ea46491b2d7e22d66.tar.gz
CMake-187816c9371e49769c02481ea46491b2d7e22d66.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 84b6faf..624e709 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: 2007-03-21 06:39:48 +0000";
+ std::string cver = "Date: 2007-03-22 06:34:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;