diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-06 03:01:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-06 03:01:52 (GMT) |
commit | e3cb687e856f4e73da61a8843d4d91c0433a6b57 (patch) | |
tree | 806f76a2f29b321087916b7cf03d88a73a4dfac1 /Source | |
parent | 9fea97e44cf0ed3504b20b5ed0dfd99347a38c3b (diff) | |
download | CMake-e3cb687e856f4e73da61a8843d4d91c0433a6b57.zip CMake-e3cb687e856f4e73da61a8843d4d91c0433a6b57.tar.gz CMake-e3cb687e856f4e73da61a8843d4d91c0433a6b57.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 b8d9f80..3f0bd9b 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-08-28 03:12:52 +0000"; + std::string cver = "Date: 2007-09-06 03:01:52 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |