diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-12 02:34:57 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-12 02:34:57 +0200 |
commit | dcabc14b09ea7bbfc3af813c06e7c40e4555ebbd (patch) | |
tree | 9e6812b20c3d6a06bc84e0c859472c1f25ca735e | |
parent | Reimplement password saving check in the same way (diff) | |
download | rekonq-dcabc14b09ea7bbfc3af813c06e7c40e4555ebbd.tar.xz |
rekonq 0.9.55
updated docs
new "privacy" and "advanced" setting tabs
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a8652025..ae4f3308 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.9.54" ) +SET(REKONQ_VERSION "0.9.55" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |