summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-18 02:38:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-18 02:38:34 (GMT)
commit485af41bf798f18f77354aaeabdc1d6408ba2b03 (patch)
treef177b1c768efecc283d32db789abb92fe5ba6de5 /Source/cmVersion.cxx
parent2f7f5eb04a7dc7b5cb6c6667b2becbcdd9d5168b (diff)
downloadCMake-485af41bf798f18f77354aaeabdc1d6408ba2b03.zip
CMake-485af41bf798f18f77354aaeabdc1d6408ba2b03.tar.gz
CMake-485af41bf798f18f77354aaeabdc1d6408ba2b03.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 5abf8cd..014adc1 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-09-17 02:46:24 +0000";
+ std::string cver = "Date: 2007-09-18 02:38:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;