summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-26 08:02:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-26 08:02:56 (GMT)
commitca7c1219b59faf5c112794a275dd5bbddfde8559 (patch)
treea4643746327ef42af7b8d5a7d1bd83cce229984a
parent8d59e58b6ad283d9a49d1ce2ed28bf6ced417910 (diff)
downloadCMake-ca7c1219b59faf5c112794a275dd5bbddfde8559.zip
CMake-ca7c1219b59faf5c112794a275dd5bbddfde8559.tar.gz
CMake-ca7c1219b59faf5c112794a275dd5bbddfde8559.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 f084df7..454d9cd 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-25 08:08:51 +0000";
+ std::string cver = "Date: 2005-02-26 08:02:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;