summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-06 02:53:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-06 02:53:48 (GMT)
commitd240b7e48b8d6ba631ed60b69b68a8ed8c7655a1 (patch)
tree0b3680263acfa5df6e66792258be1d18ad159fba /Source
parent551397b89866f0e71237a54abc2bf6986dc4a3af (diff)
downloadCMake-d240b7e48b8d6ba631ed60b69b68a8ed8c7655a1.zip
CMake-d240b7e48b8d6ba631ed60b69b68a8ed8c7655a1.tar.gz
CMake-d240b7e48b8d6ba631ed60b69b68a8ed8c7655a1.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 d6ed937..84671ae 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-02-05 02:47:21 +0000";
+ std::string cver = "Date: 2007-02-06 02:53:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;