summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-24 08:08:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-24 08:08:56 (GMT)
commitee51ec64e21991097f287944972fe467d7b700e0 (patch)
tree0c8ae61734ab3720f842425c1f02c77af3159fd9 /Source/cmVersion.cxx
parenta088b81586f9a462f99f64e06e094156615ef5c4 (diff)
downloadCMake-ee51ec64e21991097f287944972fe467d7b700e0.zip
CMake-ee51ec64e21991097f287944972fe467d7b700e0.tar.gz
CMake-ee51ec64e21991097f287944972fe467d7b700e0.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index ee5275d..3120052 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-05-23 07:57:13 +0000";
+ std::string cver = "Date: 2005-05-24 08:08:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;