summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-18 08:01:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-18 08:01:46 (GMT)
commitaa73e653aaf282ecf412e0e6092a95adc8ce3641 (patch)
tree058e78f5aafda3d5c350cab94b927b76b942822e
parent8575d2369d4fe95cc51d992b3747034693f32a7d (diff)
downloadCMake-aa73e653aaf282ecf412e0e6092a95adc8ce3641.zip
CMake-aa73e653aaf282ecf412e0e6092a95adc8ce3641.tar.gz
CMake-aa73e653aaf282ecf412e0e6092a95adc8ce3641.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 54faf25..6a09083 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-17 07:57:41 +0000";
+ std::string cver = "Date: 2005-05-18 08:01:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;