diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-04 08:46:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-04 08:46:59 (GMT) |
commit | a68d420154a02a85207e1ad154d9857290f10f3c (patch) | |
tree | 742d33ea0b435d10233a6f76a7c69458765152b5 /Source | |
parent | a0fb6e97dbe4338c400311eb3e15d6627c77dfa5 (diff) | |
download | CMake-a68d420154a02a85207e1ad154d9857290f10f3c.zip CMake-a68d420154a02a85207e1ad154d9857290f10f3c.tar.gz CMake-a68d420154a02a85207e1ad154d9857290f10f3c.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 e10397a..659c640 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: 2005-09-03 08:55:06 +0000"; + std::string cver = "Date: 2005-09-04 08:46:59 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |