diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-17 19:06:32 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-17 19:06:32 +0100 |
commit | 256d7e49fa34bc52ef1754b50c894dc8138dbb01 (patch) | |
tree | 11d7a483fd32aa7bd14c681c43e6536b04320051 | |
parent | Clean up BookmarkOwner API, restore bk middle click action (diff) | |
download | rekonq-256d7e49fa34bc52ef1754b50c894dc8138dbb01.tar.xz |
rekonq 2.0.60
Another bunch of fixes on the road to 2.1 release..
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11015c55..da8c0f26 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.50" ) +SET(REKONQ_VERSION "2.0.60" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |