diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-15 07:59:08 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-15 07:59:08 (GMT) |
commit | d940b667f80f7828cfc48815de135a36b59b2462 (patch) | |
tree | b799808da05937aed0f4b357d8997aad7e8fbe81 /Source | |
parent | e4b5de6377bf144fadb7760efc3748f227807c25 (diff) | |
download | CMake-d940b667f80f7828cfc48815de135a36b59b2462.zip CMake-d940b667f80f7828cfc48815de135a36b59b2462.tar.gz CMake-d940b667f80f7828cfc48815de135a36b59b2462.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 89855d8..e819c4c 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-05-14 12:33:28 +0000"; + std::string cver = "Date: 2007-05-15 07:59:08 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |