diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-07-28 01:03:37 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-07-28 01:03:37 +0200 |
commit | 42313206c4e70c5c8f5e8ddbf87713cfc4470cbd (patch) | |
tree | f7c72c4398ca2f42957021425d1d2e517368dafb | |
parent | Fix rc file against 0.5.51 changes (diff) | |
download | rekonq-42313206c4e70c5c8f5e8ddbf87713cfc4470cbd.tar.xz |
rekonq 0.5.52
Back to XMLGUI (but no fixes yet)
This basically means: Configurable Toolbars!
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bfde0a4..941ee54c 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.51" ) +SET(REKONQ_VERSION "0.5.52" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |