summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-25 10:59:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-25 10:59:09 (GMT)
commite07af61e51618d60a32aedb268fdc0854624f0dd (patch)
tree734b908da44afd9224a6907bf4bc01216ad69992 /Source
parente57b17df7ea01e259cbd74590ebfaff7a32d987d (diff)
downloadCMake-e07af61e51618d60a32aedb268fdc0854624f0dd.zip
CMake-e07af61e51618d60a32aedb268fdc0854624f0dd.tar.gz
CMake-e07af61e51618d60a32aedb268fdc0854624f0dd.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 b7eaf40..f04804a 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-24 10:53:59 +0000";
+ std::string cver = "Date: 2005-01-25 10:59:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;