diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-06 14:59:21 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-06 14:59:21 +0100 |
commit | 23d7c4de0ecc653c6b09a8b9e7e54b295af37b81 (patch) | |
tree | e43a1cefac0dfc2313b1df38090c18c1ad5b3c5b | |
parent | FIx focus on browsing (FIRST STEP) and on findbar hiding (diff) | |
download | rekonq-23d7c4de0ecc653c6b09a8b9e7e54b295af37b81.tar.xz |
i18n, pointers & fixes..
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 55ea5127..04b7bf1f 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.34" ) +SET(REKONQ_VERSION "0.3.35" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |