diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-06-04 01:25:51 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-06-04 01:25:51 +0200 |
commit | 321983b12d889a305d6a684f14d1b0bcb7c2aee1 (patch) | |
tree | dde32d451716dcf7e51f6692ae25a54cf74dc392 | |
parent | - Bookmark can now be dropped inside folders : (diff) | |
download | rekonq-321983b12d889a305d6a684f14d1b0bcb7c2aee1.tar.xz |
rekonq 0.7.52
- Number favorites page to "suggest" numeric shortcut for
- developer tool: set content editable
- fix bk conflict between konqueror & rekonq
- new tab preview decoration
- let bk be dropped inside folders
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b0fc1f52..36cf1400 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.51" ) +SET(REKONQ_VERSION "0.7.52" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |