diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-31 01:14:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-31 01:14:19 (GMT) |
commit | c6c4e3aa60547d9f45ff1fb04907419e2414ddb9 (patch) | |
tree | b0ee1eed4dfb7dccf582c7c285ec7448231c7d07 | |
parent | bb7304706de7f7ec0f72c596f67db45634bd726c (diff) | |
download | CMake-c6c4e3aa60547d9f45ff1fb04907419e2414ddb9.zip CMake-c6c4e3aa60547d9f45ff1fb04907419e2414ddb9.tar.gz CMake-c6c4e3aa60547d9f45ff1fb04907419e2414ddb9.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 1eb25ea..63c4634 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-30 01:30:47 +0000"; + std::string cver = "Date: 2007-01-31 01:14:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |