diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-25 10:55:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-25 10:55:01 (GMT) |
commit | 9192d1d1538dbf34fa55137130164f74b8282bde (patch) | |
tree | fa19a02e64bf9c7d53828c34b682053c9fc0a422 /Source/cmVersion.cxx | |
parent | d0f12061c32a2afe14c5b910bf6f86156552e3d3 (diff) | |
download | CMake-9192d1d1538dbf34fa55137130164f74b8282bde.zip CMake-9192d1d1538dbf34fa55137130164f74b8282bde.tar.gz CMake-9192d1d1538dbf34fa55137130164f74b8282bde.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 b945bc7..5c94203 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: 2007-05-24 09:26:22 +0000"; + std::string cver = "Date: 2007-05-25 10:55:01 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |