diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-01 11:27:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-01 11:27:52 (GMT) |
commit | a34fb3bc9e5558f4484488e8be35ce8a6cc4f029 (patch) | |
tree | bcf557049321136d4c7a9046cad6d19f6b385feb | |
parent | f5e87c309c458111bc31d849e2a67a688bcf9ad0 (diff) | |
download | CMake-a34fb3bc9e5558f4484488e8be35ce8a6cc4f029.zip CMake-a34fb3bc9e5558f4484488e8be35ce8a6cc4f029.tar.gz CMake-a34fb3bc9e5558f4484488e8be35ce8a6cc4f029.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 04c4e04..a92fc81 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-06-30 11:16:03 +0000"; + std::string cver = "Date: 2006-07-01 11:27:52 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |