diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-05 19:50:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-05 19:50:36 (GMT) |
commit | dbbe920865ff397037eb38feddba51369a6ca96b (patch) | |
tree | 7edf100ba7bf1af0ec20639e60e3f3edf2db98fa /Source/cmVersion.cxx | |
parent | 5021eb90b9bd2ecc78f108bb9a2c4fb220cc7e9f (diff) | |
download | CMake-dbbe920865ff397037eb38feddba51369a6ca96b.zip CMake-dbbe920865ff397037eb38feddba51369a6ca96b.tar.gz CMake-dbbe920865ff397037eb38feddba51369a6ca96b.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 3726c65..b294dfe 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-07-04 12:21:26 +0000"; + std::string cver = "Date: 2007-07-05 19:50:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |