summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-30 15:51:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-30 15:51:57 (GMT)
commitf588b6977feaa1628ac58a9e46c329d9cee36ca8 (patch)
tree114544b2c1dc6c8121f219a6b9851b6707a69c57
parent76bd11581387050259de26f192f4a2bc9a10499a (diff)
downloadCMake-f588b6977feaa1628ac58a9e46c329d9cee36ca8.zip
CMake-f588b6977feaa1628ac58a9e46c329d9cee36ca8.tar.gz
CMake-f588b6977feaa1628ac58a9e46c329d9cee36ca8.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 aa9a3b0..9605f18 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-29 15:52:15 +0000";
+ std::string cver = "Date: 2005-07-30 15:51:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;