diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-03-13 16:33:29 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-03-13 16:33:29 +0100 |
commit | 9f04df5d9117e1d5a5f1034fa8758b7c14c389f3 (patch) | |
tree | 629ad46d31982cbec130b7967dcaac191bc47cdb | |
parent | This commit to try fixing all troubles against the tabbar highlight feature. (diff) | |
download | rekonq-9f04df5d9117e1d5a5f1034fa8758b7c14c389f3.tar.xz |
rekonq 0.6.88
Quite a release candidate :)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b81d094..ec509286 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.6.87" ) +SET(REKONQ_VERSION "0.6.88" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |