summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-11 04:11:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-11 04:11:06 (GMT)
commiteb113eaff06c9912554a9e845fc7d63da00773e6 (patch)
treea0b04890b85a90901a3e994bb781e379ed599e4b /Source/cmVersion.cxx
parent17c8e898abb8f0bc49b79293cbd7eceaf633846e (diff)
downloadCMake-eb113eaff06c9912554a9e845fc7d63da00773e6.zip
CMake-eb113eaff06c9912554a9e845fc7d63da00773e6.tar.gz
CMake-eb113eaff06c9912554a9e845fc7d63da00773e6.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 cfab13e..dc552f8 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-11-10 04:16:01 +0000";
+ std::string cver = "Date: 2007-11-11 04:11:06 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;