diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-03 09:24:06 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-03 09:24:06 (GMT) |
commit | 5acbbcbba39489e7758a9b312819267085811fd8 (patch) | |
tree | 6b235d52195a08f371a9a83d5388a4e00a31f7cd /Source | |
parent | 0d96e2824b507341445637fb6d6a5bbcd742e11b (diff) | |
download | CMake-5acbbcbba39489e7758a9b312819267085811fd8.zip CMake-5acbbcbba39489e7758a9b312819267085811fd8.tar.gz CMake-5acbbcbba39489e7758a9b312819267085811fd8.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 132b613..3169c71 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-11-02 09:14:20 +0000"; + std::string cver = "Date: 2005-11-03 09:24:06 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |