diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-01 07:17:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-01 07:17:37 (GMT) |
commit | eca18a2e9fcd9a33dce6d87bcca86de236598ae1 (patch) | |
tree | 9bde1dda389ae1a5bfedd9c542dba0499c9a0f2b | |
parent | dd4031114a65552b691e7003c7cdb4485accc360 (diff) | |
download | CMake-eca18a2e9fcd9a33dce6d87bcca86de236598ae1.zip CMake-eca18a2e9fcd9a33dce6d87bcca86de236598ae1.tar.gz CMake-eca18a2e9fcd9a33dce6d87bcca86de236598ae1.tar.bz2 |
STYLE: Nightly Version update
-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 57cb19d..b60cefe 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-31 07:20:34 +0000"; + std::string cver = "Date: 2005-04-01 07:17:37 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |