summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-16 21:35:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-16 21:35:36 (GMT)
commit278bbdb7c29a98f4b982ab312e048a81a961e741 (patch)
tree51ef641f4fd53c59bcfa9aef7b1aa92bb3e44743 /Source/cmVersion.cxx
parentf6a6556e3cde38fda30aa23c63705482ab8c9d62 (diff)
downloadCMake-278bbdb7c29a98f4b982ab312e048a81a961e741.zip
CMake-278bbdb7c29a98f4b982ab312e048a81a961e741.tar.gz
CMake-278bbdb7c29a98f4b982ab312e048a81a961e741.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 e13bdd7..903a9b0 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-06-15 12:19:31 +0000";
+ std::string cver = "Date: 2007-06-16 21:35:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;