diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-22 08:14:07 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-22 08:14:07 (GMT) |
commit | b759765134f3e757d7477b598aa71454a8300fc1 (patch) | |
tree | 69f23e8a2abc6fda5735cf5a0978fcbbeff36eeb /Source | |
parent | 71359f5b9dcbf2404fab4e201961d2ddc7f52ee7 (diff) | |
download | CMake-b759765134f3e757d7477b598aa71454a8300fc1.zip CMake-b759765134f3e757d7477b598aa71454a8300fc1.tar.gz CMake-b759765134f3e757d7477b598aa71454a8300fc1.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 a5cab56..28a1f53 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-05-21 09:03:43 +0000"; + std::string cver = "Date: 2007-05-22 08:14:07 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |