diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-10-28 23:56:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-10-28 23:56:22 +0200 |
commit | a636aed4ac945304bf769a6b98c21b23f4f7e0c0 (patch) | |
tree | 3e2bf8500f9a65a21f8b7c34555e543372f23d28 /CMakeLists.txt | |
parent | Fix KDE webshortcuts handling with new highlight system. (no more hangs) (diff) | |
download | rekonq-a636aed4ac945304bf769a6b98c21b23f4f7e0c0.tar.xz |
rekonq 0.6.52
- fix openSearchManager behavior
- new restore session notification system
- urlbar multiple words highlighting
- WebKit page cache feature
- working kde protocols resolution
- icons in rekonq pages
- new private browsing mode (will work well just with KDE SC 4.6)
- improved last tab recovering (just last! but with history, urlbar and all the stuffs..)
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 67c5e0fb..5e340240 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.50" ) +SET(REKONQ_VERSION "0.6.52" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |