diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-14 12:27:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-14 12:27:58 +0100 |
commit | 2829ddbb245b06276d8c43e41876f26df4f2cb5f (patch) | |
tree | 0a0836d0ae2f417a66eb2e4e079ae7237164d483 | |
parent | Opening rekonq page on new window startup when rekonq (diff) | |
download | rekonq-2829ddbb245b06276d8c43e41876f26df4f2cb5f.tar.xz |
rekonq 0.3.92
Another bunch of bugfixes.. :)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6acd99db..3da03354 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.91" ) +SET(REKONQ_VERSION "0.3.92" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |