diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-23 19:07:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-23 19:07:20 (GMT) |
commit | 8638e31a88e9b1455fef1752c80a5c71306332ae (patch) | |
tree | dc9e55c8f98a68df9378984f8590d5c714daa4a4 | |
parent | 863f2b76cb91cd1a62e15379dbd03ba4d282627b (diff) | |
download | CMake-8638e31a88e9b1455fef1752c80a5c71306332ae.zip CMake-8638e31a88e9b1455fef1752c80a5c71306332ae.tar.gz CMake-8638e31a88e9b1455fef1752c80a5c71306332ae.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 09d0629..0b7c628 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-01-23 01:14:42 +0000"; + std::string cver = "Date: 2007-01-23 19:07:20 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |