diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-08 06:37:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-08 06:37:22 (GMT) |
commit | 98e1bc3efa381367a35cd766f429fdf005537996 (patch) | |
tree | 0a29b0aa93ae5fa1efb0205d0cc94702843e79c4 | |
parent | 3387db4c053db0c8ff78f8db4f22a2b00d0aa35d (diff) | |
download | CMake-98e1bc3efa381367a35cd766f429fdf005537996.zip CMake-98e1bc3efa381367a35cd766f429fdf005537996.tar.gz CMake-98e1bc3efa381367a35cd766f429fdf005537996.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 5fe7bfa..a8899df 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-07 06:31:27 +0000"; + std::string cver = "Date: 2005-04-08 06:37:22 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |