diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-27 08:35:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-27 08:35:36 (GMT) |
commit | ddd307f1d3cdb17ea46fb24998437d81bbad5533 (patch) | |
tree | 8718287981f8f244297a45af504f1d2108157675 /Source/cmVersion.cxx | |
parent | c6e15f5ddfd707e5df890695a0bfe4d142c6d18f (diff) | |
download | CMake-ddd307f1d3cdb17ea46fb24998437d81bbad5533.zip CMake-ddd307f1d3cdb17ea46fb24998437d81bbad5533.tar.gz CMake-ddd307f1d3cdb17ea46fb24998437d81bbad5533.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 110c8a1..e8eef17 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-04-26 08:45:17 +0000"; + std::string cver = "Date: 2005-04-27 08:35:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |