diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-25 07:16:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-25 07:16:28 (GMT) |
commit | 33768c2797f430834315ad6ff49d8d14e465d620 (patch) | |
tree | 9ab788012f49206033990d44b8ea6b8d8d87e4c6 /Source | |
parent | 40b7ab955d64180ca58fcbe2dc18b62cc83d3d09 (diff) | |
download | CMake-33768c2797f430834315ad6ff49d8d14e465d620.zip CMake-33768c2797f430834315ad6ff49d8d14e465d620.tar.gz CMake-33768c2797f430834315ad6ff49d8d14e465d620.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 a03a4cc..6601fde 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-24 07:25:37 +0000"; + std::string cver = "Date: 2005-03-25 07:16:28 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |