diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-31 13:03:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-31 13:03:37 (GMT) |
commit | 43c84a2a56d93c30cde8988b2a2fc6f3dffb1a13 (patch) | |
tree | b2602c9b3d0738dcb1f81ee56646a5d93aae8a73 /Source/cmVersion.cxx | |
parent | 712f3a3da496f8b80a31a6853d743a7ede5c169c (diff) | |
download | CMake-43c84a2a56d93c30cde8988b2a2fc6f3dffb1a13.zip CMake-43c84a2a56d93c30cde8988b2a2fc6f3dffb1a13.tar.gz CMake-43c84a2a56d93c30cde8988b2a2fc6f3dffb1a13.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 e757000..b1f5193 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-08-30 14:00:28 +0000"; + std::string cver = "Date: 2006-08-31 13:03:37 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |