summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-23 07:57:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-23 07:57:13 (GMT)
commita088b81586f9a462f99f64e06e094156615ef5c4 (patch)
tree6c3a1f7291e4de3202fc1fc5bd3479bc0be1ac80 /Source/cmVersion.cxx
parent112fc1406a87bd761fdb85a5516543d48bdefd43 (diff)
downloadCMake-a088b81586f9a462f99f64e06e094156615ef5c4.zip
CMake-a088b81586f9a462f99f64e06e094156615ef5c4.tar.gz
CMake-a088b81586f9a462f99f64e06e094156615ef5c4.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 b89cc91..ee5275d 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-22 07:56:50 +0000";
+ std::string cver = "Date: 2005-05-23 07:57:13 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;