From df6757478ea2ef3dbcebdb385fd5eca65cc2e8ce Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 28 Apr 2011 00:15:07 +0200 Subject: rekonq 0.7.51 - improved drag & drop features (urls, texts, bookmarks, etc..) - new quit/close window actions (and new logic for the close dialog) - ESC button to renew url in urlbar - History ordering fix (backported) - AdBlock: Third Party rules support - rekonq "desktop aware" on opening (new) windows - new look for the autoscroll - improvements in the notify popup & in the bk bar - CTRL + number shortcuts for favorites And some more... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89df7b26..b0fc1f52 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.7.50" ) +SET(REKONQ_VERSION "0.7.51" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) -- cgit v1.2.1