diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-27 13:13:18 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-27 13:13:18 (GMT) |
commit | 91dd2125fb4119f7fa71fca84f82d7a9937dfff5 (patch) | |
tree | a6d2460d3eda58efd471e095d9626ca9470bc584 /Source/cmVersion.cxx | |
parent | 1cafba66f88758ac8f5a942a01e8d128fcfb46c2 (diff) | |
download | CMake-91dd2125fb4119f7fa71fca84f82d7a9937dfff5.zip CMake-91dd2125fb4119f7fa71fca84f82d7a9937dfff5.tar.gz CMake-91dd2125fb4119f7fa71fca84f82d7a9937dfff5.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 7b1fd30..494a033 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-03-26 13:10:33 +0000"; + std::string cver = "Date: 2006-03-27 13:13:18 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |