diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-20 19:30:59 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-20 19:30:59 +0200 |
commit | a03f9cf8bdce5908598819322a0bcab6fa4873f5 (patch) | |
tree | 2eab769df52b48553df21054cd713b5e7cf08a4c | |
parent | Merge branch 'opensearch' (diff) | |
download | rekonq-a03f9cf8bdce5908598819322a0bcab6fa4873f5.tar.xz |
rekonq 0.5.60
improve bk toolbar
opensearch suggestions
bk panel cleanup
Last before beta
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f09f146..bfd945ad 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.5.57" ) +SET(REKONQ_VERSION "0.5.60" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |