diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-22 07:36:10 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-22 07:36:10 (GMT) |
commit | 61dab999ddd3da9ef9f3b1bbb7e53920693a360f (patch) | |
tree | 9aa82ff54878656cc3deff449ad9d25b3b4107fd | |
parent | 0a0e45910208951f629b55f0d983c553b06ab848 (diff) | |
download | CMake-61dab999ddd3da9ef9f3b1bbb7e53920693a360f.zip CMake-61dab999ddd3da9ef9f3b1bbb7e53920693a360f.tar.gz CMake-61dab999ddd3da9ef9f3b1bbb7e53920693a360f.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 fa7e8cf..82786fc 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-02-21 07:35:16 +0000"; + std::string cver = "Date: 2006-02-22 07:36:10 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |