diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-03 11:10:02 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-03 11:10:02 (GMT) |
commit | 13e6693ad233805c74b72771e320bfaf9ba1c1b0 (patch) | |
tree | 62e11fc460038a7d166e9c38d788fdc5c5ab8825 | |
parent | a6356e2db9381942deb0041796e0f1d55e11b110 (diff) | |
download | CMake-13e6693ad233805c74b72771e320bfaf9ba1c1b0.zip CMake-13e6693ad233805c74b72771e320bfaf9ba1c1b0.tar.gz CMake-13e6693ad233805c74b72771e320bfaf9ba1c1b0.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 5ad01a4..cbab4fb 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-12-02 10:30:26 +0000"; + std::string cver = "Date: 2005-12-03 11:10:02 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |