diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-31 08:10:47 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-31 08:10:47 (GMT) |
commit | d101f94f9bb9ef0ee3153cfe2bae209e61007b4a (patch) | |
tree | 7c8af25a6b3337ad18c1322ea510d94bd61c9ccd | |
parent | 72ee8e6542aec1234109414c954e16c85d78a314 (diff) | |
download | CMake-d101f94f9bb9ef0ee3153cfe2bae209e61007b4a.zip CMake-d101f94f9bb9ef0ee3153cfe2bae209e61007b4a.tar.gz CMake-d101f94f9bb9ef0ee3153cfe2bae209e61007b4a.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 5dadeac..0f2dc09 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-05-30 08:02:22 +0000"; + std::string cver = "Date: 2005-05-31 08:10:47 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |