summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-21 06:39:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-21 06:39:48 (GMT)
commitcb83efbe909b3c557e18d592fa7f37af9197a3f3 (patch)
treec1c125dbf413da4ee0d74dc44d0d1f0992e8a942 /Source
parentc98d6ad668ea3e62fe1754f304ebf430e0ec2770 (diff)
downloadCMake-cb83efbe909b3c557e18d592fa7f37af9197a3f3.zip
CMake-cb83efbe909b3c557e18d592fa7f37af9197a3f3.tar.gz
CMake-cb83efbe909b3c557e18d592fa7f37af9197a3f3.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 df9a225..84b6faf 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-03-20 06:50:02 +0000";
+ std::string cver = "Date: 2007-03-21 06:39:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;