diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-17 13:24:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-17 13:24:01 (GMT) |
commit | a30c24a63a19c999faba8174cda6121f38750629 (patch) | |
tree | 47c1084b8104403cc88cba772ca21c414d3569a4 /Source | |
parent | 79d6047117e1fb057bdb1193387dbb7382607735 (diff) | |
download | CMake-a30c24a63a19c999faba8174cda6121f38750629.zip CMake-a30c24a63a19c999faba8174cda6121f38750629.tar.gz CMake-a30c24a63a19c999faba8174cda6121f38750629.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 ac78951..def0ce1 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-16 13:19:33 +0000"; + std::string cver = "Date: 2006-09-17 13:24:01 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |