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