diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-12 13:18:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-12 13:18:32 (GMT) |
commit | f8211e5e4d686ae46a0f098027ffc20c7fdfea41 (patch) | |
tree | af3ddbe40561861e268316b3703565feaf35db6e | |
parent | b177af76d069af724afc91e1b02bd8f82f4dfe73 (diff) | |
download | CMake-f8211e5e4d686ae46a0f098027ffc20c7fdfea41.zip CMake-f8211e5e4d686ae46a0f098027ffc20c7fdfea41.tar.gz CMake-f8211e5e4d686ae46a0f098027ffc20c7fdfea41.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 ab7beba..b423803 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-09-11 02:26:27 +0000"; + std::string cver = "Date: 2006-09-12 13:18:32 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |