summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-28 10:20:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-28 10:20:02 (GMT)
commita0b437b058c2ce561a3f0d99f61a853e3a9b12e9 (patch)
treeb7426453d46d064c74d0bd1f431281b150d4f2bf
parentb6f28aaf89443f7d2c0d9333b35f68f7281c1363 (diff)
downloadCMake-a0b437b058c2ce561a3f0d99f61a853e3a9b12e9.zip
CMake-a0b437b058c2ce561a3f0d99f61a853e3a9b12e9.tar.gz
CMake-a0b437b058c2ce561a3f0d99f61a853e3a9b12e9.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 52c03bd..5dbfb25 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-01-27 10:24:40 +0000";
+ std::string cver = "Date: 2005-01-28 10:20:02 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;