diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-06-19 22:45:57 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-06-19 22:45:57 +0200 |
commit | f04d563c5505a7a0b98987315be5cc0d6338dfd2 (patch) | |
tree | f6d9aae7a592e6daf9a449150f6666ee390c4958 /CMakeLists.txt | |
parent | Let fixed behavior when site is NOT loaded (diff) | |
download | rekonq-f04d563c5505a7a0b98987315be5cc0d6338dfd2.tar.xz |
rekonq 2.3.1
Nice bugfix release approaching ;)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 93f746d4..46324fd9 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.3.0" ) +SET(REKONQ_VERSION "2.3.1" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |