summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-28 15:02:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-28 15:02:27 (GMT)
commit2ea5caf13c531254be20091c85c341f67d2717a5 (patch)
treec282718ba6af5c80469c69f2a2e94d2331e1e8ff /Source/cmVersion.cxx
parent27a0677d3e1caffd16232086e86ed1657731723d (diff)
downloadCMake-2ea5caf13c531254be20091c85c341f67d2717a5.zip
CMake-2ea5caf13c531254be20091c85c341f67d2717a5.tar.gz
CMake-2ea5caf13c531254be20091c85c341f67d2717a5.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 0b3f83e..7aa4a7e 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-05-27 22:47:09 +0000";
+ std::string cver = "Date: 2007-05-28 15:02:27 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;