diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-09 12:22:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-09 12:22:31 (GMT) |
commit | 917c6c491b56fd73e507f889228b403c011bbf62 (patch) | |
tree | 05521c9c9124a1c1f18f06725ad1bb233294e8ba /Source/cmVersion.cxx | |
parent | 176ea3c1b4bd261ee1273017dd465dd5b3db805f (diff) | |
download | CMake-917c6c491b56fd73e507f889228b403c011bbf62.zip CMake-917c6c491b56fd73e507f889228b403c011bbf62.tar.gz CMake-917c6c491b56fd73e507f889228b403c011bbf62.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 34aef7b..d98775c 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-05-07 13:29:24 +0000"; + std::string cver = "Date: 2006-05-09 12:22:31 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |