diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-21 06:50:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-21 06:50:28 (GMT) |
commit | 755928d7560935182c4af3c1527a8b58e9baef33 (patch) | |
tree | 67a0419daf8bff751ca17b078411f62220a5cb47 | |
parent | fb84b48a19ed92d376e7765c3bcd2f863cb43811 (diff) | |
download | CMake-755928d7560935182c4af3c1527a8b58e9baef33.zip CMake-755928d7560935182c4af3c1527a8b58e9baef33.tar.gz CMake-755928d7560935182c4af3c1527a8b58e9baef33.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 694ffe5..c913c6f 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-04-20 20:11:57 +0000"; + std::string cver = "Date: 2005-04-21 06:50:28 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |