diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-22 09:58:08 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-22 09:58:08 +0100 |
commit | 680fd92b407c9408ac406a8f90787b1afa1bc965 (patch) | |
tree | 09969db0051fb636229dce84dc8bd0bed5dab5b2 | |
parent | Fix "Search with % on current page" English text to enable correct (diff) | |
download | rekonq-680fd92b407c9408ac406a8f90787b1afa1bc965.tar.xz |
rekonq 0.8.53
A lot of work since 0.8.52...
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 221f76a4..78766ef6 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.8.52" ) +SET(REKONQ_VERSION "0.8.53" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |