diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-27 10:51:03 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-27 10:51:03 +0100 |
commit | 805b3e8d0c0c7a7b9f06fd96d6dc79645e57d886 (patch) | |
tree | 49de0bffddc2fea4d903c078e79a65910c3e232d /CMakeLists.txt | |
parent | Reenabled the raster graphics system by default on X11. (diff) | |
download | rekonq-805b3e8d0c0c7a7b9f06fd96d6dc79645e57d886.tar.xz |
rekonq 0.6.85 AKA rekonq alpha2
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 bdea0d66..74d57333 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.82" ) +SET(REKONQ_VERSION "0.6.85" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |