summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-22 03:39:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-22 03:39:26 (GMT)
commit98a48314c72672bfeccf971d6ff26c584f5e4981 (patch)
tree140eef17dac8d602b4e320bab9b5ecccc2aeffe0 /Source/cmVersion.cxx
parentb06f9980e8da60f9a96534c2e583f4883bb6af4b (diff)
downloadCMake-98a48314c72672bfeccf971d6ff26c584f5e4981.zip
CMake-98a48314c72672bfeccf971d6ff26c584f5e4981.tar.gz
CMake-98a48314c72672bfeccf971d6ff26c584f5e4981.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 3f7e6ea..b98738f 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;