summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-30 08:59:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-30 08:59:35 (GMT)
commitfeb2d86f26b40b7b12431c21a3e60d03f6c1ed79 (patch)
tree05168be0e5bae17cdae025addcebd3346cd3a065
parent8ed25a5b89571dd4268a18702931bf380b643259 (diff)
downloadCMake-feb2d86f26b40b7b12431c21a3e60d03f6c1ed79.zip
CMake-feb2d86f26b40b7b12431c21a3e60d03f6c1ed79.tar.gz
CMake-feb2d86f26b40b7b12431c21a3e60d03f6c1ed79.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 f8abc74..cb4fbdf 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-08-29 08:57:04 +0000";
+ std::string cver = "Date: 2005-08-30 08:59:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;