summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-04 13:04:03 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-04 13:04:03 (GMT)
commitc558899b328d8a21817e06d137ec85ab7e6c715e (patch)
treea83f39a1d3988ab9838e45a9a974abf273d1a1d6
parentc5f4d2d02409ba071737189033733d8693eb4776 (diff)
downloadCMake-c558899b328d8a21817e06d137ec85ab7e6c715e.zip
CMake-c558899b328d8a21817e06d137ec85ab7e6c715e.tar.gz
CMake-c558899b328d8a21817e06d137ec85ab7e6c715e.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 5fd4167..cd0a4f1 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-09-03 13:00:18 +0000";
+ std::string cver = "Date: 2006-09-04 13:04:03 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;