summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-21 10:32:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-21 10:32:22 (GMT)
commit6e5b543c52bc6f5ac8f50cbd08e4a69dcd374fb3 (patch)
tree8aa45b726f35d52891a07564bbdc5fd0febca540 /Source
parent9b87e2ad7da757d6afa5a058baf1ff506c1e8300 (diff)
downloadCMake-6e5b543c52bc6f5ac8f50cbd08e4a69dcd374fb3.zip
CMake-6e5b543c52bc6f5ac8f50cbd08e4a69dcd374fb3.tar.gz
CMake-6e5b543c52bc6f5ac8f50cbd08e4a69dcd374fb3.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index a29d59c..e40d7bb 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-06-21 08:47:55 +0000";
+ std::string cver = "Date: 2007-06-21 10:32:22 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;