summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-19 12:15:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-19 12:15:57 (GMT)
commit25ae87742ed93f76ccca3711512ff84251ade9e5 (patch)
treefc43a0834a1fec299b7dc018fb08d457536688bd /Source/cmVersion.cxx
parented981ef0b7f6988e205ad540bc82581b9f0a7f0b (diff)
downloadCMake-25ae87742ed93f76ccca3711512ff84251ade9e5.zip
CMake-25ae87742ed93f76ccca3711512ff84251ade9e5.tar.gz
CMake-25ae87742ed93f76ccca3711512ff84251ade9e5.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 5ec0e7f..feb0cfe 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: 2006-05-18 12:00:53 +0000";
+ std::string cver = "Date: 2006-05-19 12:15:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;