diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-08-27 17:16:47 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-08-27 17:16:47 +0200 |
commit | 4aef4cdf4a21272130010fb4728a584e42580230 (patch) | |
tree | 1f2b9009e4723cc44f424f48d363ef7c84761e08 /CMakeLists.txt | |
parent | BookmarkWidget: Don't use a pointer to store the bookmark (diff) | |
download | rekonq-4aef4cdf4a21272130010fb4728a584e42580230.tar.xz |
rekonq 1.1 :)1.1
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 bb3c382e..75954e94 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.0" ) +SET(REKONQ_VERSION "1.1" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |