diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 15:25:31 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 15:25:31 +0100 |
commit | 7c3a1b9e35e479d40950cf1199d95d36202907e4 (patch) | |
tree | 1f2172f010b5c47ce7239e5e22ce9e0b80863151 /CMakeLists.txt | |
parent | detach tab action (diff) | |
download | rekonq-7c3a1b9e35e479d40950cf1199d95d36202907e4.tar.xz |
rekonq 0.3.24
detach tab action
cleaner file protocol management
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 7a0c7681..c95ce69c 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.23" ) +SET(REKONQ_VERSION "0.3.24" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |