summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-07 07:56:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-07 07:56:45 (GMT)
commit505e30e0fcb1ad5bd01f8ed4bde98c39fdb5ce45 (patch)
tree360bef622787b2ab034eafe1cc1b0e202bffceba
parent0cb20474d81c1193e0e00ed04b83e5980f9d8dc5 (diff)
downloadCMake-505e30e0fcb1ad5bd01f8ed4bde98c39fdb5ce45.zip
CMake-505e30e0fcb1ad5bd01f8ed4bde98c39fdb5ce45.tar.gz
CMake-505e30e0fcb1ad5bd01f8ed4bde98c39fdb5ce45.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 8f5b5a9..40081d6 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: 2005-05-06 07:52:56 +0000";
+ std::string cver = "Date: 2005-05-07 07:56:45 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;