summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-27 22:47:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-27 22:47:09 (GMT)
commit9b5ed0cfa92d1b93bb47fcb2da3a4e26dce56d98 (patch)
treeaec181a2e4b34ef66437e0a822726f776b401ec6
parenta3d4d549ba865c33ee3c875e738f38b618c536c6 (diff)
downloadCMake-9b5ed0cfa92d1b93bb47fcb2da3a4e26dce56d98.zip
CMake-9b5ed0cfa92d1b93bb47fcb2da3a4e26dce56d98.tar.gz
CMake-9b5ed0cfa92d1b93bb47fcb2da3a4e26dce56d98.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 936e534..0b3f83e 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-05-27 08:31:38 +0000";
+ std::string cver = "Date: 2007-05-27 22:47:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;