diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-07-21 13:12:12 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-07-21 13:12:12 +0200 |
commit | 182bc4aedf8186ddd6a87c8b457d770ce0b904d8 (patch) | |
tree | a12578bdd9523f7e2e26ca05310237403b599b9a | |
parent | Just some stupid cleaning on HistoryManager before starting seriously working... (diff) | |
download | rekonq-182bc4aedf8186ddd6a87c8b457d770ce0b904d8.tar.xz |
rekonq 0.5.51
bookmarks toolbar enabled by default
cleaning up HistoryManager
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index edd83986..2bfde0a4 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.5.50" ) +SET(REKONQ_VERSION "0.5.51" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |