diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-23 13:04:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-23 13:04:49 (GMT) |
commit | 539e5ac4c2c27a49365022d66b228edacc46d24c (patch) | |
tree | ccfe2e697db11e656e245c51f7d6e4b25bd15ec2 | |
parent | 22995b56f6f32e7cc2332370f1a58286dc76e490 (diff) | |
download | CMake-539e5ac4c2c27a49365022d66b228edacc46d24c.zip CMake-539e5ac4c2c27a49365022d66b228edacc46d24c.tar.gz CMake-539e5ac4c2c27a49365022d66b228edacc46d24c.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 757fc13..8038a7e 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: 2006-08-22 12:58:26 +0000"; + std::string cver = "Date: 2006-08-23 13:04:49 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |