diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-22 10:16:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-22 10:16:48 (GMT) |
commit | 190b89c060e37d040112db07cf3455f231b764f5 (patch) | |
tree | b8d7374d8b232aacb105f30412c2314f328dd6b0 /Source | |
parent | c01097941dc3e43b563f77f5877410fa592cee76 (diff) | |
download | CMake-190b89c060e37d040112db07cf3455f231b764f5.zip CMake-190b89c060e37d040112db07cf3455f231b764f5.tar.gz CMake-190b89c060e37d040112db07cf3455f231b764f5.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 a76619e..b1d37bf 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: 2004-12-21 10:14:15 +0000"; + std::string cver = "Date: 2004-12-22 10:16:48 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |