diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-11 07:32:56 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-11 07:32:56 (GMT) |
commit | 4f1591d91cdcebcc2b9171032a1d52f9075d85a6 (patch) | |
tree | 56a14593e2d159356008e1ac1e7c733acd564a39 | |
parent | effbdf8d8f0d32cff11212588ec0fd4e73d7af0c (diff) | |
download | CMake-4f1591d91cdcebcc2b9171032a1d52f9075d85a6.zip CMake-4f1591d91cdcebcc2b9171032a1d52f9075d85a6.tar.gz CMake-4f1591d91cdcebcc2b9171032a1d52f9075d85a6.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 2c7992f..290dd00 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-10 07:26:11 +0000"; + std::string cver = "Date: 2005-03-11 07:32:56 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |