diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-12 09:43:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-12 09:43:30 (GMT) |
commit | f51a308d7254a2574e10b46aa4d20daeb57cf242 (patch) | |
tree | 65156df416ff604c50bfce1d30e44d8d478259e4 /Source/cmVersion.cxx | |
parent | d08482481811b5a04ced13f0760dfbc7505b201f (diff) | |
download | CMake-f51a308d7254a2574e10b46aa4d20daeb57cf242.zip CMake-f51a308d7254a2574e10b46aa4d20daeb57cf242.tar.gz CMake-f51a308d7254a2574e10b46aa4d20daeb57cf242.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 01d7683..07fcb66 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-01-11 10:03:49 +0000"; + std::string cver = "Date: 2005-01-12 09:43:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |