diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-01-15 11:17:29 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-15 11:17:29 +0100 |
commit | f338785f70481bf5b9248de2ed2c42228bd32691 (patch) | |
tree | 51ebe47aa124d6435e1ea4c71e83a455c8a91859 /CMakeLists.txt | |
parent | Move icon manager download system to QNAM (diff) | |
download | rekonq-f338785f70481bf5b9248de2ed2c42228bd32691.tar.xz |
rekonq 0.8.60
This "release" contains last code merged and starts feature freeze
for 0.9.
Our technologic preview will be released in one week from now, to let
us start testing code a bit.
Please, take care of rekonq bugs in bugzilla, expecially the ones with
target = 0.9
CCMAIL: rekonq@kde.org
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e8e5ce7e..a8832c10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Informations to update before to release this package. # rekonq info -SET(REKONQ_VERSION "0.8.58" ) +SET(REKONQ_VERSION "0.8.60" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |