diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:54:25 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:54:25 +0200 |
commit | 17c90fc15601f7c19ba273f32b8d50f5577a7d39 (patch) | |
tree | a926bd7e49290b14b2c5af04ba91b118e30abd75 | |
parent | new rekonq authors for 0.6 (diff) | |
download | rekonq-17c90fc15601f7c19ba273f32b8d50f5577a7d39.tar.xz |
rekonq 0.5.81
First bunch of fixes
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 06176df7..1ec61096 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.80" ) +SET(REKONQ_VERSION "0.5.81" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |