diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-05 13:19:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-05 13:19:58 (GMT) |
commit | 22a434121a31c20ff5a32b2a2ab51625cb388b1b (patch) | |
tree | fb73635871a0add2269c4a13174134c9f8d4b6f5 /Source | |
parent | 33691be50e8ec35a3d66810fda6470f7d51d8141 (diff) | |
download | CMake-22a434121a31c20ff5a32b2a2ab51625cb388b1b.zip CMake-22a434121a31c20ff5a32b2a2ab51625cb388b1b.tar.gz CMake-22a434121a31c20ff5a32b2a2ab51625cb388b1b.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 db64417..6a1a0ed 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-12-04 10:04:27 +0000"; + std::string cver = "Date: 2005-12-05 13:19:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |