diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-14 08:52:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-14 08:52:42 (GMT) |
commit | 7f185a465b7dee3c2696ba7295f556cac9887558 (patch) | |
tree | 5fb7c4242051378ad346040c1f2d2caaacd0237d /Source | |
parent | 839c75bb7a7105dabe8961338eb82365a70f5003 (diff) | |
download | CMake-7f185a465b7dee3c2696ba7295f556cac9887558.zip CMake-7f185a465b7dee3c2696ba7295f556cac9887558.tar.gz CMake-7f185a465b7dee3c2696ba7295f556cac9887558.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 333ffaa..0b0e0c1 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-13 08:52:02 +0000"; + std::string cver = "Date: 2005-09-14 08:52:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |