diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-12 01:54:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-12 01:54:53 (GMT) |
commit | 266ce704d216735f6b03911ed7036d7abb716202 (patch) | |
tree | c58b876c18a005676e2cb74a1cf3382f737c2d6c | |
parent | cd5535ee9ce29dc90ace2e3da119c858fe92283d (diff) | |
download | CMake-266ce704d216735f6b03911ed7036d7abb716202.zip CMake-266ce704d216735f6b03911ed7036d7abb716202.tar.gz CMake-266ce704d216735f6b03911ed7036d7abb716202.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 331404c..4865a51 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-01-11 01:54:57 +0000"; + std::string cver = "Date: 2007-01-12 01:54:53 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |