diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-08 07:50:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-08 07:50:04 (GMT) |
commit | fba72969da714d7bb23f18d86481cc00d1c0570e (patch) | |
tree | db30cefee3d0ba79ad254f8decf1015ba1949a4b /Source/cmVersion.cxx | |
parent | 7953f6a4678f5db7e13553e699c890a56a0f3a4b (diff) | |
download | CMake-fba72969da714d7bb23f18d86481cc00d1c0570e.zip CMake-fba72969da714d7bb23f18d86481cc00d1c0570e.tar.gz CMake-fba72969da714d7bb23f18d86481cc00d1c0570e.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 de41d12..fd8b02c 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: 2006-02-07 07:06:17 +0000"; + std::string cver = "Date: 2006-02-08 07:50:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |