diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-06-30 11:19:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-06-30 11:19:28 +0200 |
commit | 2ec92aedc2da4e513d5f5c5ee14e0869fb14235d (patch) | |
tree | 8545ba3b29c9e6728f3d79770b7a69013b023f82 | |
parent | oops... signal --> slot (diff) | |
download | rekonq-2ec92aedc2da4e513d5f5c5ee14e0869fb14235d.tar.xz |
rekonq 2.3.2. Fixing the fixes...2.3.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 46324fd9..f1bf4660 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.1" ) +SET(REKONQ_VERSION "2.3.2" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |