summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-24 08:46:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-24 08:46:15 (GMT)
commitf8c4e130a08ef63a3717dc84a03c566fd2a042b6 (patch)
tree8730178e59047041259123e1facc3b7a66c04e8c
parent7b9f3389c341aa31ac71b3585df33cf84507c457 (diff)
downloadCMake-f8c4e130a08ef63a3717dc84a03c566fd2a042b6.zip
CMake-f8c4e130a08ef63a3717dc84a03c566fd2a042b6.tar.gz
CMake-f8c4e130a08ef63a3717dc84a03c566fd2a042b6.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 2be30ef..d93846e 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-02-23 08:03:21 +0000";
+ std::string cver = "Date: 2005-02-24 08:46:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;