diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-19 02:59:57 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-19 02:59:57 (GMT) |
commit | 64c124be2315cf0973a15945e4c7bfb219149d73 (patch) | |
tree | aae8d89625a9b7883334c3e9d2296ccf29ffe8f1 /Source/cmVersion.cxx | |
parent | 3e03bca2cd532fe933a9f8d0dcecc1a9d22593e9 (diff) | |
download | CMake-64c124be2315cf0973a15945e4c7bfb219149d73.zip CMake-64c124be2315cf0973a15945e4c7bfb219149d73.tar.gz CMake-64c124be2315cf0973a15945e4c7bfb219149d73.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 fd50fcd..368d727 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-10-18 02:55:05 +0000"; + std::string cver = "Date: 2007-10-19 02:59:57 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |