diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-11-10 23:40:40 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-11-10 23:40:40 +0100 |
commit | 489dbe4ba78a643471bf7c3fcbef8164b3eebc81 (patch) | |
tree | 52df4ea5a2e5a2dfc257d6281f43fcc5e6696917 | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-489dbe4ba78a643471bf7c3fcbef8164b3eebc81.tar.xz |
rekonq 2.4.0
Probably last Qt4/KDE4 release...
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f1bf4660..cdc0390c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Information to update before to release this package. # rekonq info -SET(REKONQ_VERSION "2.3.2" ) +SET(REKONQ_VERSION "2.4.0" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |