diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-11 21:00:56 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-11 21:00:56 (GMT) |
commit | b063c0c07bfe39247bf559613fcba65bc0be614d (patch) | |
tree | 86e10eee6caa508f27579dd88e87dec3d1303d7e | |
parent | 6c02ec1a400c1eca86901a275c46d7a1ec12af27 (diff) | |
download | CMake-b063c0c07bfe39247bf559613fcba65bc0be614d.zip CMake-b063c0c07bfe39247bf559613fcba65bc0be614d.tar.gz CMake-b063c0c07bfe39247bf559613fcba65bc0be614d.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 78040ff..f57304c 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: 2007-06-10 19:56:38 +0000"; + std::string cver = "Date: 2007-06-11 21:00:56 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |