diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-07 00:10:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-07 00:10:58 +0100 |
commit | 69d722fd78b0e9521e3f26b76c3931e6e1553b99 (patch) | |
tree | af0a18e1f3ef9274b5d482b77c79ce7a2ce26ad3 | |
parent | Merge commit 'refs/merge-requests/84' of git://gitorious.org/rekonq/mainline ... (diff) | |
download | rekonq-69d722fd78b0e9521e3f26b76c3931e6e1553b99.tar.xz |
rekonq 0.3.36
new tab page
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 04b7bf1f..2f06a592 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Informations to update before to release this package. # rekonq info -SET(REKONQ_VERSION "0.3.35" ) +SET(REKONQ_VERSION "0.3.36" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |