diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-03 11:27:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-03 11:27:27 (GMT) |
commit | 82ec50f83fb787de800b40ef6c25bb4916eb316a (patch) | |
tree | f0942638b0747f4e67f0e9658579ffebdb79499c /Source/cmVersion.cxx | |
parent | e75992a871705131be41b56873522db5c62ce8e3 (diff) | |
download | CMake-82ec50f83fb787de800b40ef6c25bb4916eb316a.zip CMake-82ec50f83fb787de800b40ef6c25bb4916eb316a.tar.gz CMake-82ec50f83fb787de800b40ef6c25bb4916eb316a.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 148eb74..a1b5b48 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: 2004-12-02 11:13:26 +0000"; + std::string cver = "Date: 2004-12-03 11:27:27 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |