diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-13 08:04:55 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-13 08:04:55 (GMT) |
commit | 9e5315fb5488830543d90da7c72ba012927e7323 (patch) | |
tree | 0b86e3a4610b26c164dde8f812e3fa9c88c245ff /Source/cmVersion.cxx | |
parent | bbdfcc581aeea7bf087e30102a934d62c4a15f48 (diff) | |
download | CMake-9e5315fb5488830543d90da7c72ba012927e7323.zip CMake-9e5315fb5488830543d90da7c72ba012927e7323.tar.gz CMake-9e5315fb5488830543d90da7c72ba012927e7323.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 773622d..8aac578 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-12 07:53:15 +0000"; + std::string cver = "Date: 2005-05-13 08:04:55 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |