diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-27 09:58:10 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-27 09:58:10 +0100 |
commit | 18ba604fb17aa537f3241197b1a97c4a6a8e3b38 (patch) | |
tree | 40caccff3124c36eb39003e76cf1d12915352829 | |
parent | Fix tab when showing a kpart. Let also see title where needed (diff) | |
download | rekonq-18ba604fb17aa537f3241197b1a97c4a6a8e3b38.tar.xz |
rekonq 2.12.1
A lot of bug fixed and some (old) features restored in 2.x fashion
CCMAIL: rekonq@kde.org
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index da8c0f26..9c18254e 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.0.60" ) +SET(REKONQ_VERSION "2.1" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |