summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-26 02:43:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-26 02:43:24 (GMT)
commit11e1ac0b665b21eb8c4f8f302ee4cc187d19fc34 (patch)
tree220e22f566d016b318db4d60a53305d7eace2b8b
parent8ae572e0de3e86e869cdb71c99eff2e04bb74537 (diff)
downloadCMake-11e1ac0b665b21eb8c4f8f302ee4cc187d19fc34.zip
CMake-11e1ac0b665b21eb8c4f8f302ee4cc187d19fc34.tar.gz
CMake-11e1ac0b665b21eb8c4f8f302ee4cc187d19fc34.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 f791eee..43f3555 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: 2006-11-26 02:08:07 +0000";
+ std::string cver = "Date: 2006-11-26 02:43:24 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;