diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-06-08 00:40:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-06-08 00:40:36 +0200 |
commit | 41209e446dc400f42afc170fe04346380e2ae703 (patch) | |
tree | 1eae67e803b953dd81d77069dc8501feedf532ff | |
parent | Added an UrlResolver class to let every url work properly here (diff) | |
download | rekonq-41209e446dc400f42afc170fe04346380e2ae703.tar.xz |
rekonq 0.9.62
- kwebapp improvements
- docs improvements
- fixes
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ff7beef..75178669 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.9.61" ) +SET(REKONQ_VERSION "0.9.62" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) |