diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-12-01 18:53:49 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-01 18:53:49 +0100 |
commit | b4abaf39c5ae384e85f040cb9eb07794ef91c3de (patch) | |
tree | 552c5acd8f28c12511b5d3f48f93bb36b99fd108 /CMakeLists.txt | |
parent | Fix bk toolbar initialization (diff) | |
download | rekonq-b4abaf39c5ae384e85f040cb9eb07794ef91c3de.tar.xz |
rekonq 0.8.55
Test it cleaning up your settings
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2be4b0be..c43d6d62 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.8.54" ) +SET(REKONQ_VERSION "0.8.55" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |