diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-04-28 21:43:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-04-28 21:43:39 +0200 |
commit | 9e6a953c35514679eae88108fa327e0cb9f0160d (patch) | |
tree | feed6e2abb8783b42541a1c83e8fd2a498c7710d | |
parent | Properly register rekonq window to activities (diff) | |
download | rekonq-9e6a953c35514679eae88108fa327e0cb9f0160d.tar.xz |
rekonq 2.3.0 :)2.3.0
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b34ccef..3d431d39 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.1" ) +SET(REKONQ_VERSION "2.3.0" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |