diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-03 10:34:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-03 10:34:04 (GMT) |
commit | 3050e231b35c7b8b3e1dfcc37275dddb3b5d7445 (patch) | |
tree | decc2e1c1cb5f80e032ef25f7af8fee90a6b5293 /Source/cmVersion.cxx | |
parent | 2823a4797ad1f2d2f687bf29aa13825ce3806fde (diff) | |
download | CMake-3050e231b35c7b8b3e1dfcc37275dddb3b5d7445.zip CMake-3050e231b35c7b8b3e1dfcc37275dddb3b5d7445.tar.gz CMake-3050e231b35c7b8b3e1dfcc37275dddb3b5d7445.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 d62ff0c..98a5c4e 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: 2004-11-02 09:49:54 +0000"; + std::string cver = "Date: 2004-11-03 10:34:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |