summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-12 04:05:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-12 04:05:55 (GMT)
commit7bb9c3f955469db7f64dc7549018cb3f7c43d945 (patch)
treed88e02c623c418a18e37304a37363d3c8573a88d /Source/cmVersion.cxx
parenteb113eaff06c9912554a9e845fc7d63da00773e6 (diff)
downloadCMake-7bb9c3f955469db7f64dc7549018cb3f7c43d945.zip
CMake-7bb9c3f955469db7f64dc7549018cb3f7c43d945.tar.gz
CMake-7bb9c3f955469db7f64dc7549018cb3f7c43d945.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 dc552f8..a6a194c 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-11 04:11:06 +0000";
+ std::string cver = "Date: 2007-11-12 04:05:55 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;