summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-21 20:07:33 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-21 20:07:33 -0500
commita3877bf1366a2ab86873ce59c881c563f373936f (patch)
tree9c5746bcc4b0fd15f49f1981443d0f3413c98ada /Source
parentaa761edc134261b8da8d21f6fefc86ef5f604da5 (diff)
downloadcmake-a3877bf1366a2ab86873ce59c881c563f373936f.tar.gz
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 78c4c89aeb..855cf79998 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-01-21 02:05:39 +0000";
+ std::string cver = "Date: 2007-01-22 01:07:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;