diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-03 03:18:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-03 03:18:32 (GMT) |
commit | 1c508b94ae680fc137638d75dee767505522665a (patch) | |
tree | 7cfa07177648b6291db09fc3513a269a2636f266 | |
parent | f32aa8f296dc09ea8341d00702e61a4c0e3e9dbc (diff) | |
download | CMake-1c508b94ae680fc137638d75dee767505522665a.zip CMake-1c508b94ae680fc137638d75dee767505522665a.tar.gz CMake-1c508b94ae680fc137638d75dee767505522665a.tar.bz2 |
STYLE: Nightly Version update
-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 2d1ee31..2b0ed7c 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-02 03:12:01 +0000"; + std::string cver = "Date: 2007-08-03 03:18:32 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |