diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-03-16 23:53:56 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-03-16 23:53:56 +0100 |
commit | f1b189e370eb6dbcf93f7aac30c7df1501462532 (patch) | |
tree | 7af17f81acf26cee3fa9090dd9f3d0733e118de4 | |
parent | update copyright (diff) | |
download | rekonq-f1b189e370eb6dbcf93f7aac30c7df1501462532.tar.xz |
rekonq 0.6.89
Last bugs for today. Now, italian translations...
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec509286..72c1a484 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.6.88" ) +SET(REKONQ_VERSION "0.6.89" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |