diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-08 13:29:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-08 13:29:50 (GMT) |
commit | eec01a31d722516c4e8422757db2c08a3f1bc74a (patch) | |
tree | 89e6732b8ed180483f433ad5bd827baa9b8398b4 | |
parent | dddc9e3103be979d18a67788d095a266393c078f (diff) | |
download | CMake-eec01a31d722516c4e8422757db2c08a3f1bc74a.zip CMake-eec01a31d722516c4e8422757db2c08a3f1bc74a.tar.gz CMake-eec01a31d722516c4e8422757db2c08a3f1bc74a.tar.bz2 |
STYLE: Nightly Version update
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index d978489..01c2170 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-06 19:05:36 +0000"; + std::string cver = "Date: 2007-06-08 13:29:50 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |