diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 11:36:32 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 11:36:32 +0100 |
commit | f27af7560aaeb2248d92dcefbfafb8ddc210050b (patch) | |
tree | 28fd4e6ca1f28d0db2c39736707eca6ec7081c75 /CMakeLists.txt | |
parent | Merge commit 'refs/merge-requests/1903' of git://gitorious.org/rekonq/mainline (diff) | |
download | rekonq-f27af7560aaeb2248d92dcefbfafb8ddc210050b.tar.xz |
rekonq 0.2.72
this should go (perhaps)
- Updated name authors && credits
- removed (for now) bugged webview scrolling (shift + arrows problem)
- fixed flickering popup
- Added docs (Handbook, thanks to Rohan Garg)
- bugfixing
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 5926219a..ad20bab6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ PROJECT( rekonq ) # rekonq info SET(REKONQ_MAJOR_VERSION "0") SET(REKONQ_MINOR_VERSION "2") -SET(REKONQ_PATCH_VERSION "71") +SET(REKONQ_PATCH_VERSION "72") SET(REKONQ_VERSION_STR "${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}" |