summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-09 03:15:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-09 03:15:42 (GMT)
commitf9dea431694412df0b26a3be61dfa2d7f8dcf979 (patch)
treefcc963b6f96804abc1dbf52870f03fa2ccb18f99 /Source/cmVersion.cxx
parent406349a1d1d7416c018767f22158d12dab2d9434 (diff)
downloadCMake-f9dea431694412df0b26a3be61dfa2d7f8dcf979.zip
CMake-f9dea431694412df0b26a3be61dfa2d7f8dcf979.tar.gz
CMake-f9dea431694412df0b26a3be61dfa2d7f8dcf979.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 2d5a5db..d7df8f0 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-08-08 03:10:12 +0000";
+ std::string cver = "Date: 2007-08-09 03:15:42 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;