diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-07 03:16:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-07 03:16:33 (GMT) |
commit | d43269847a5bdb558c65ea14a0bd2831cc801e53 (patch) | |
tree | 8f0c971c2481112f92ef6bc0adf4c1d0a6db1205 /Source/cmVersion.cxx | |
parent | af1b145b3b19877c799946725f590b282b546734 (diff) | |
download | CMake-d43269847a5bdb558c65ea14a0bd2831cc801e53.zip CMake-d43269847a5bdb558c65ea14a0bd2831cc801e53.tar.gz CMake-d43269847a5bdb558c65ea14a0bd2831cc801e53.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 344ba39..a760c80 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: 2007-08-06 03:17:19 +0000"; + std::string cver = "Date: 2007-08-07 03:16:33 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |