diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-02 05:25:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-02 05:25:15 (GMT) |
commit | 5a25895c1cd62a638b270b8d9aaa15a5d500647b (patch) | |
tree | 8b113c9bd3dc55f9442458f511c4629085cec9b1 /Source | |
parent | 7f2e7443bfb6ad7c1148d0ac4f370b251d663fb3 (diff) | |
download | CMake-5a25895c1cd62a638b270b8d9aaa15a5d500647b.zip CMake-5a25895c1cd62a638b270b8d9aaa15a5d500647b.tar.gz CMake-5a25895c1cd62a638b270b8d9aaa15a5d500647b.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 0a139b7..a51f442 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: 2005-06-30 09:47:02 +0000"; + std::string cver = "Date: 2005-07-02 05:25:15 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |