summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-18 06:36:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-18 06:36:53 (GMT)
commit572f2c72b37e31619f33fcffdcaa6ef5fdc58fcd (patch)
tree9ead2bed4f62f7893e235dc0c24d63f33f6af96e /Source/cmVersion.cxx
parenta30c24a63a19c999faba8174cda6121f38750629 (diff)
downloadCMake-572f2c72b37e31619f33fcffdcaa6ef5fdc58fcd.zip
CMake-572f2c72b37e31619f33fcffdcaa6ef5fdc58fcd.tar.gz
CMake-572f2c72b37e31619f33fcffdcaa6ef5fdc58fcd.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index def0ce1..de8c797 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-17 13:24:01 +0000";
+ std::string cver = "Date: 2006-09-18 06:36:53 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;