summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-28 03:12:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-28 03:12:52 (GMT)
commitb2ad9f104452ef9259466cdebf1a0d6e825ea649 (patch)
treefddb51617b878aa7a8260d19bbcbb4d09d7b9a47
parent94f0eca6897dcaff3d109cea78510d439adbb128 (diff)
downloadCMake-b2ad9f104452ef9259466cdebf1a0d6e825ea649.zip
CMake-b2ad9f104452ef9259466cdebf1a0d6e825ea649.tar.gz
CMake-b2ad9f104452ef9259466cdebf1a0d6e825ea649.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 5e59e33..b8d9f80 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-08-27 03:20:00 +0000";
+ std::string cver = "Date: 2007-08-28 03:12:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;