summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-11 21:00:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-11 21:00:56 (GMT)
commitb063c0c07bfe39247bf559613fcba65bc0be614d (patch)
tree86e10eee6caa508f27579dd88e87dec3d1303d7e /Source
parent6c02ec1a400c1eca86901a275c46d7a1ec12af27 (diff)
downloadCMake-b063c0c07bfe39247bf559613fcba65bc0be614d.zip
CMake-b063c0c07bfe39247bf559613fcba65bc0be614d.tar.gz
CMake-b063c0c07bfe39247bf559613fcba65bc0be614d.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 78040ff..f57304c 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-10 19:56:38 +0000";
+ std::string cver = "Date: 2007-06-11 21:00:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;