diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-24 03:21:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-24 03:21:22 (GMT) |
commit | 091d1ccbb938d196330ffd8c75fcc12b3d6267a3 (patch) | |
tree | 60b4a8741e7c1d04e00686c9be2efea2dc39b788 /Source/cmVersion.cxx | |
parent | be2705deaa8e0a2e3fc71d36096a808947e85f17 (diff) | |
download | CMake-091d1ccbb938d196330ffd8c75fcc12b3d6267a3.zip CMake-091d1ccbb938d196330ffd8c75fcc12b3d6267a3.tar.gz CMake-091d1ccbb938d196330ffd8c75fcc12b3d6267a3.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 0802aed..dbb6bc3 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-08-23 03:17:00 +0000"; + std::string cver = "Date: 2007-08-24 03:21:22 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |