summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-29 06:04:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-29 06:04:21 (GMT)
commitebfaf365ad15456a727aae37ec1f5ba7dfd71905 (patch)
tree326e348f5670815fcff30b634e47b9b3607c3343
parent456276278fb1939e1ac6e104a1290db577cc21a3 (diff)
downloadCMake-ebfaf365ad15456a727aae37ec1f5ba7dfd71905.zip
CMake-ebfaf365ad15456a727aae37ec1f5ba7dfd71905.tar.gz
CMake-ebfaf365ad15456a727aae37ec1f5ba7dfd71905.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 c241efa..e32b221 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-12-28 18:01:25 +0000";
+ std::string cver = "Date: 2005-12-29 06:04:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;