diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-02-28 17:27:39 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-02-28 17:27:39 +0100 |
commit | 2227dad46573b87138c4fd68507662fa36787bb9 (patch) | |
tree | 4efdc12394182f876809d9662f6cae5bedc38eed | |
parent | Don't use deprecated setRating(unsigned int) slot (diff) | |
download | rekonq-2227dad46573b87138c4fd68507662fa36787bb9.tar.xz |
rekonq 2.22.2
Another (nice) step. In the right direction? ;)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8eb77246..dcedb00c 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.1" ) +SET(REKONQ_VERSION "2.2" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |