summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-27 08:31:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-27 08:31:38 (GMT)
commit4168dba9d98e5038262eed08fb9c757d378ef0eb (patch)
treee872aa31b7852de1e25927d4b504cf83d6caf456 /Source/cmVersion.cxx
parent123a81088ce59462466af088f35095fa5baae19c (diff)
downloadCMake-4168dba9d98e5038262eed08fb9c757d378ef0eb.zip
CMake-4168dba9d98e5038262eed08fb9c757d378ef0eb.tar.gz
CMake-4168dba9d98e5038262eed08fb9c757d378ef0eb.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 3615b83..936e534 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: 2007-05-26 18:26:00 +0000";
+ std::string cver = "Date: 2007-05-27 08:31:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;