diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-18 08:24:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-18 08:24:12 (GMT) |
commit | ef8735a240ac1abb8917b031c64625a411aa890c (patch) | |
tree | ed9416aaa5557c93121d2e3307c25cb33a338c69 | |
parent | e2570c309e2003c64ad7378b8250db95b46b3d27 (diff) | |
download | CMake-ef8735a240ac1abb8917b031c64625a411aa890c.zip CMake-ef8735a240ac1abb8917b031c64625a411aa890c.tar.gz CMake-ef8735a240ac1abb8917b031c64625a411aa890c.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 dafc06a..13c378b 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: 2006-12-17 08:25:07 +0000"; + std::string cver = "Date: 2006-12-18 08:24:12 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |