diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-16 02:58:09 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-16 02:58:09 (GMT) |
commit | c40da99332c94b15d9e47a2db88c47f856489a6b (patch) | |
tree | 078f24680ad841665ea0a9f8ae5bfc4b2a2a8389 /Source/cmVersion.cxx | |
parent | 946bfc2405868f1de8d654c00884c24ffa474caf (diff) | |
download | CMake-c40da99332c94b15d9e47a2db88c47f856489a6b.zip CMake-c40da99332c94b15d9e47a2db88c47f856489a6b.tar.gz CMake-c40da99332c94b15d9e47a2db88c47f856489a6b.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 a69fa2e..4278a1c 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-09-15 02:59:52 +0000"; + std::string cver = "Date: 2007-09-16 02:58:09 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |