diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-21 23:39:26 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-21 23:39:26 -0400 |
commit | 98a48314c72672bfeccf971d6ff26c584f5e4981 (patch) | |
tree | 140eef17dac8d602b4e320bab9b5ecccc2aeffe0 /Source/cmVersion.cxx | |
parent | b06f9980e8da60f9a96534c2e583f4883bb6af4b (diff) | |
download | cmake-98a48314c72672bfeccf971d6ff26c584f5e4981.tar.gz |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index 3f7e6ea934..b98738f502 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-21 03:04:48 +0000"; + std::string cver = "Date: 2007-10-22 03:39:26 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |