diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-01-22 16:32:07 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-22 16:32:07 +0100 |
commit | f2c797f0d504703b35dcca9e52530def9bec661d (patch) | |
tree | b37a91c558417c69aa687e2e6f447ddc56f37dc3 | |
parent | Authors update (diff) | |
download | rekonq-f2c797f0d504703b35dcca9e52530def9bec661d.tar.xz |
rekonq 0.8.710.8.71
Not yet released Tech Preview and yet something to fix for...
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec81d48e..1f455b71 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.70" ) +SET(REKONQ_VERSION "0.8.71" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |