diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-03-07 16:45:15 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-03-07 16:45:15 +0100 |
commit | b1b3f3be18abecdbc804913d123261cc1e3baf5b (patch) | |
tree | 949b9b40c19e3dd3e43e5ac9d7dd90594b31b27b | |
parent | Fix folder open on bk toolbar (diff) | |
download | rekonq-b1b3f3be18abecdbc804913d123261cc1e3baf5b.tar.xz |
rekonq 2.2.12.2.1
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 06a8a391..0ae8bddb 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.2.50" ) +SET(REKONQ_VERSION "2.2.1" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |