diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-14 12:01:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-14 12:01:58 (GMT) |
commit | fc49142fc634ae3b55feb744730251275d271dfc (patch) | |
tree | 7c83bcc3bf67c5d2c6a02666a7e0f3bb16c473af /Source/cmVersion.cxx | |
parent | ad3ca4c009b4a79215bd09d23ddc1bf00bb0552a (diff) | |
download | CMake-fc49142fc634ae3b55feb744730251275d271dfc.zip CMake-fc49142fc634ae3b55feb744730251275d271dfc.tar.gz CMake-fc49142fc634ae3b55feb744730251275d271dfc.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 86527d2..7048b68 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-13 11:46:35 +0000"; + std::string cver = "Date: 2006-07-14 12:01:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |