diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-11 04:11:06 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-11 04:11:06 (GMT) |
commit | eb113eaff06c9912554a9e845fc7d63da00773e6 (patch) | |
tree | a0b04890b85a90901a3e994bb781e379ed599e4b | |
parent | 17c8e898abb8f0bc49b79293cbd7eceaf633846e (diff) | |
download | CMake-eb113eaff06c9912554a9e845fc7d63da00773e6.zip CMake-eb113eaff06c9912554a9e845fc7d63da00773e6.tar.gz CMake-eb113eaff06c9912554a9e845fc7d63da00773e6.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 cfab13e..dc552f8 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-11-10 04:16:01 +0000"; + std::string cver = "Date: 2007-11-11 04:11:06 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |