summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-26 18:26:00 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-26 18:26:00 (GMT)
commit123a81088ce59462466af088f35095fa5baae19c (patch)
treecedd08aefddc263d95f7f22ab223b9ee3336dec5
parent55f11b348bdfd94f28c95cea2e72a79fa1a1fc5d (diff)
downloadCMake-123a81088ce59462466af088f35095fa5baae19c.zip
CMake-123a81088ce59462466af088f35095fa5baae19c.tar.gz
CMake-123a81088ce59462466af088f35095fa5baae19c.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 5c94203..3615b83 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-25 10:55:01 +0000";
+ std::string cver = "Date: 2007-05-26 18:26:00 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;