diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-27 08:27:13 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-27 08:27:13 (GMT) |
commit | b622d091e6f38158c8996b9aaf94e1a726ed35a3 (patch) | |
tree | 7d4e81f11a706c4dd2c8f9cef29b40dc0e50fb2c | |
parent | c074927b411659d612d0e83c5e029a8c0d0cab62 (diff) | |
download | CMake-b622d091e6f38158c8996b9aaf94e1a726ed35a3.zip CMake-b622d091e6f38158c8996b9aaf94e1a726ed35a3.tar.gz CMake-b622d091e6f38158c8996b9aaf94e1a726ed35a3.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 b5eff80..d46f177 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-12-26 08:27:36 +0000"; + std::string cver = "Date: 2006-12-27 08:27:13 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |