summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-26 10:59:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-26 10:59:57 (GMT)
commitcbe845f7ef7a998a3b41f42ac5696432176a0a21 (patch)
tree64a370c05c04b270fb600c52cabc1ade03d7abd3 /Source
parenta47197b2ce434d24323f7ef4678843d84bfb9387 (diff)
downloadCMake-cbe845f7ef7a998a3b41f42ac5696432176a0a21.zip
CMake-cbe845f7ef7a998a3b41f42ac5696432176a0a21.tar.gz
CMake-cbe845f7ef7a998a3b41f42ac5696432176a0a21.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index f04804a..ac67859 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-25 10:59:09 +0000";
+ std::string cver = "Date: 2005-01-26 10:59:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;