diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-16 08:03:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-16 08:03:17 (GMT) |
commit | 0aae2ce6ec7c887bda878beb45956943d8323c22 (patch) | |
tree | 9515f3a4b2c2504e51d1c7d6c629d124fc38f013 | |
parent | 925214e12f58f58328cec5a6653c6ead28ba5f7e (diff) | |
download | CMake-0aae2ce6ec7c887bda878beb45956943d8323c22.zip CMake-0aae2ce6ec7c887bda878beb45956943d8323c22.tar.gz CMake-0aae2ce6ec7c887bda878beb45956943d8323c22.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 e5d05fe..52e10f5 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-04-15 07:46:09 +0000"; + std::string cver = "Date: 2007-04-16 08:03:17 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |