diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-14 03:29:23 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-14 03:29:23 +0100 |
commit | d6173342e25a0f51db41ab4dbb58b30091d78e20 (patch) | |
tree | 39c4f698a66ce95f670e7045ace79e69f125ba41 /CMakeLists.txt | |
parent | Better AdBlocking things :) (diff) | |
download | rekonq-d6173342e25a0f51db41ab4dbb58b30091d78e20.tar.xz |
rekonq 0.3.30
- better adblock
- working back history menu
- better fullscreen mode
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ad96a29c..8552a55b 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.3.29" ) +SET(REKONQ_VERSION "0.3.30" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |