diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-13 08:01:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-13 08:01:33 (GMT) |
commit | 5bca322a72233a31fc38cc7517e385f9311e8b94 (patch) | |
tree | 18cd6599ecb7b7e639c716f1e701533c34875ef6 /Source/cmVersion.cxx | |
parent | 01026b2f3dc7a9444116bac6e540fdbc61d0f598 (diff) | |
download | CMake-5bca322a72233a31fc38cc7517e385f9311e8b94.zip CMake-5bca322a72233a31fc38cc7517e385f9311e8b94.tar.gz CMake-5bca322a72233a31fc38cc7517e385f9311e8b94.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 3176979..14e5835 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-03-12 07:35:54 +0000"; + std::string cver = "Date: 2005-03-13 08:01:33 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |