summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-19 07:55:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-19 07:55:29 (GMT)
commit1137970d541efc2cb6edb8f7c80aef2894e5c0d7 (patch)
tree6716e9fbf295e637207bb905e42eb596d5c1cbcd
parent451c63df0d1803fa3a0a3fe9d387c6181f6dc053 (diff)
downloadCMake-1137970d541efc2cb6edb8f7c80aef2894e5c0d7.zip
CMake-1137970d541efc2cb6edb8f7c80aef2894e5c0d7.tar.gz
CMake-1137970d541efc2cb6edb8f7c80aef2894e5c0d7.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 6a09083..74eb456 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-05-18 08:01:46 +0000";
+ std::string cver = "Date: 2005-05-19 07:55:29 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;