diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-02 02:50:39 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-02 02:50:39 (GMT) |
commit | 676320f161396a4c5bb36f2def303b6ec637f696 (patch) | |
tree | bb8ac9c02319bc5c447b7a94a9f0c471caf2c629 /Source/cmVersion.cxx | |
parent | 7d6fa1c0e9c79465e6e7b77815255fe6d83fbb8e (diff) | |
download | CMake-676320f161396a4c5bb36f2def303b6ec637f696.zip CMake-676320f161396a4c5bb36f2def303b6ec637f696.tar.gz CMake-676320f161396a4c5bb36f2def303b6ec637f696.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 7044a24..4c7eb66 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-11-01 02:48:26 +0000"; + std::string cver = "Date: 2007-11-02 02:50:39 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |