summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-04 02:36:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-04 02:36:26 (GMT)
commite39af490f2c078ea1ff494c043ad2470d39c6c14 (patch)
tree2ac4d51546ec8760098e669ded5c0913abda6753 /Source/cmVersion.cxx
parentd06c2eed9a0417ac36fce39ff72da95b01587ba5 (diff)
downloadCMake-e39af490f2c078ea1ff494c043ad2470d39c6c14.zip
CMake-e39af490f2c078ea1ff494c043ad2470d39c6c14.tar.gz
CMake-e39af490f2c078ea1ff494c043ad2470d39c6c14.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 e07dfc2..d380438 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-10-03 02:27:24 +0000";
+ std::string cver = "Date: 2007-10-04 02:36:26 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;