diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-24 12:46:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-24 12:46:31 (GMT) |
commit | 1d34e22c96f4c242d801bfc5747197734eb184ea (patch) | |
tree | d01dc4b104dd8c567d21783d5ca246280ce0b89b | |
parent | 37d979e0fcb085b1f4e29df0f2105aeaa77fb2c5 (diff) | |
download | CMake-1d34e22c96f4c242d801bfc5747197734eb184ea.zip CMake-1d34e22c96f4c242d801bfc5747197734eb184ea.tar.gz CMake-1d34e22c96f4c242d801bfc5747197734eb184ea.tar.bz2 |
STYLE: Nightly Version update
-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 0b7c628..fab09d5 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-01-23 19:07:20 +0000"; + std::string cver = "Date: 2007-01-24 12:46:31 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |