diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-10 02:36:44 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-10 02:36:44 (GMT) |
commit | bacc31a4aa856e72fab8676b7360d87f28d668f1 (patch) | |
tree | 9cbc78817a48b4e4bb7d3a372bdd870ff39d2816 /Source/cmVersion.cxx | |
parent | 4e54f93501f671f331c45cfdbee4d0af96beabea (diff) | |
download | CMake-bacc31a4aa856e72fab8676b7360d87f28d668f1.zip CMake-bacc31a4aa856e72fab8676b7360d87f28d668f1.tar.gz CMake-bacc31a4aa856e72fab8676b7360d87f28d668f1.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 65c801c..a6230d8 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-10-09 02:39:45 +0000"; + std::string cver = "Date: 2007-10-10 02:36:44 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |