summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-25 06:51:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-25 06:51:01 (GMT)
commit7482175b8b2c4cf75a23c6eedfd26e9894d563c2 (patch)
tree466647c3c60f4453b8b811bfbb161bf262232d94 /Source
parentd17dac47b9362bdc48f584bc2e4d513d9e560030 (diff)
downloadCMake-7482175b8b2c4cf75a23c6eedfd26e9894d563c2.zip
CMake-7482175b8b2c4cf75a23c6eedfd26e9894d563c2.tar.gz
CMake-7482175b8b2c4cf75a23c6eedfd26e9894d563c2.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 08fd3f2..f482f7d 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-24 06:47:08 +0000";
+ std::string cver = "Date: 2007-03-25 06:51:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;