diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-28 07:12:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-28 07:12:49 (GMT) |
commit | 98f30a3d29d4c1002aee3d66503d09bd85e926fa (patch) | |
tree | c4c3ae1cf6318814fba7e3a104a55cd2dc3e5e7f /Source | |
parent | 5c76a8ca519cef56465a462e9c7ddea44ae06319 (diff) | |
download | CMake-98f30a3d29d4c1002aee3d66503d09bd85e926fa.zip CMake-98f30a3d29d4c1002aee3d66503d09bd85e926fa.tar.gz CMake-98f30a3d29d4c1002aee3d66503d09bd85e926fa.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 4d56f9a..6be524b 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-03-27 07:18:56 +0000"; + std::string cver = "Date: 2005-03-28 07:12:49 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |