diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-26 06:06:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-26 06:06:58 (GMT) |
commit | 102ab85a172b67696cf72c4ba526012a83a5bc2e (patch) | |
tree | 92bde10cfd06723499d6738a343a4846a497637e /Source | |
parent | 41e0d83b694036a8a31a97069208abbad63d9172 (diff) | |
download | CMake-102ab85a172b67696cf72c4ba526012a83a5bc2e.zip CMake-102ab85a172b67696cf72c4ba526012a83a5bc2e.tar.gz CMake-102ab85a172b67696cf72c4ba526012a83a5bc2e.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 3fa8b56..9f7f5f5 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-12-25 06:07:33 +0000"; + std::string cver = "Date: 2005-12-26 06:06:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |