summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-13 07:57:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-13 07:57:47 (GMT)
commit646e2ff9d8e3abc20cfcc1264ee634dc6fdf2631 (patch)
tree86a63a59b5f0cc550ed95aee44e562a92daac49f /Source/cmVersion.cxx
parent176879b2fe8f8d35c91947a21f1119dbd33fd408 (diff)
downloadCMake-646e2ff9d8e3abc20cfcc1264ee634dc6fdf2631.zip
CMake-646e2ff9d8e3abc20cfcc1264ee634dc6fdf2631.tar.gz
CMake-646e2ff9d8e3abc20cfcc1264ee634dc6fdf2631.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 b529bac..7f093b8 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-11 06:50:41 +0000";
+ std::string cver = "Date: 2007-03-13 07:57:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;