diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-13 03:11:44 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-13 03:11:44 (GMT) |
commit | 54f0a2f0a0c744610569921da05c07ffbda85d5a (patch) | |
tree | c4da97a17867a963e0732c0b9c8f17850fe4ffc7 /Source/cmVersion.cxx | |
parent | c2e714c07935c96fe37a8988ad2e15c418609738 (diff) | |
download | CMake-54f0a2f0a0c744610569921da05c07ffbda85d5a.zip CMake-54f0a2f0a0c744610569921da05c07ffbda85d5a.tar.gz CMake-54f0a2f0a0c744610569921da05c07ffbda85d5a.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 3209b91..bb597f0 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-08-12 03:21:08 +0000"; + std::string cver = "Date: 2007-08-13 03:11:44 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |