diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-09 11:51:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-09 11:51:58 (GMT) |
commit | 8f4f1c85078cf5b641d2d35dd185e72121bfb24d (patch) | |
tree | 89820c3978df5f8c4698811a50034b3d65d092c7 | |
parent | 360133ff6e651d493d06040ed150cbc17cf6e53e (diff) | |
download | CMake-8f4f1c85078cf5b641d2d35dd185e72121bfb24d.zip CMake-8f4f1c85078cf5b641d2d35dd185e72121bfb24d.tar.gz CMake-8f4f1c85078cf5b641d2d35dd185e72121bfb24d.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 2797273..b354d7d 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-07-08 11:56:37 +0000"; + std::string cver = "Date: 2006-07-09 11:51:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |