diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-10 01:25:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-10 01:25:48 (GMT) |
commit | ef756114d5d8335bab7bc120c8081070ea4c1251 (patch) | |
tree | 5b7773f2491b744643df24e13ccb649136d31df3 /Source/cmVersion.cxx | |
parent | 910d629ed46c2f1d6efd77831c4c1eb043865738 (diff) | |
download | CMake-ef756114d5d8335bab7bc120c8081070ea4c1251.zip CMake-ef756114d5d8335bab7bc120c8081070ea4c1251.tar.gz CMake-ef756114d5d8335bab7bc120c8081070ea4c1251.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 bc55a27..84f181c 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-04-09 01:44:56 +0000"; + std::string cver = "Date: 2007-04-10 01:25:48 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |