summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-27 15:56:28 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-27 15:56:28 (GMT)
commiteccf5e7903aa85fd5f2c4d4a737ca0f4c454569d (patch)
treeddb6e6646a3b28cc94a9b5d292fc2c688e900ea0
parent50cf415b2c15f8f8f3adf0ca4898cf7e0579484d (diff)
downloadCMake-eccf5e7903aa85fd5f2c4d4a737ca0f4c454569d.zip
CMake-eccf5e7903aa85fd5f2c4d4a737ca0f4c454569d.tar.gz
CMake-eccf5e7903aa85fd5f2c4d4a737ca0f4c454569d.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 d605d25..7a1d5a1 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: 2005-07-26 15:45:48 +0000";
+ std::string cver = "Date: 2005-07-27 15:56:28 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;