diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-12-04 00:30:01 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:06 +0100 |
commit | 84196869d30814f766d9c9d6f2c08ceb8fb7580c (patch) | |
tree | 8824ecf75095b459efd0508b561ea41909677546 | |
parent | Fix showSearchEnginebar call (diff) | |
download | rekonq-84196869d30814f766d9c9d6f2c08ceb8fb7580c.tar.xz |
rekonq 1.81
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a28beb32..cba4339b 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 "1.80" ) +SET(REKONQ_VERSION "1.81" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |