summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-20 06:50:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-20 06:50:02 (GMT)
commit32984af6d1e1600072db8be55ccb2378fd69a72c (patch)
tree80b075b4a59f3040b988b18f78f10ce5cbbf3c99 /Source
parent3abf39eda0f6e9e099e55a45ae61180d5c4acde3 (diff)
downloadCMake-32984af6d1e1600072db8be55ccb2378fd69a72c.zip
CMake-32984af6d1e1600072db8be55ccb2378fd69a72c.tar.gz
CMake-32984af6d1e1600072db8be55ccb2378fd69a72c.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 9586c21..df9a225 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-03-19 06:35:50 +0000";
+ std::string cver = "Date: 2007-03-20 06:50:02 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;