summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-10 12:08:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-10 12:08:57 (GMT)
commit9419e6996108967a05da55cbe5c3f61196f6f07d (patch)
treef23ce5de83899abcb522c13785e48eb339b28234 /Source/cmVersion.cxx
parentcd3d44881fce040c4210ad7617014a109687b494 (diff)
downloadCMake-9419e6996108967a05da55cbe5c3f61196f6f07d.zip
CMake-9419e6996108967a05da55cbe5c3f61196f6f07d.tar.gz
CMake-9419e6996108967a05da55cbe5c3f61196f6f07d.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 588aeb6..6caa1fa 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: 2006-08-09 11:47:14 +0000";
+ std::string cver = "Date: 2006-08-10 12:08:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;