diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-13 11:30:23 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-13 11:30:23 +0200 |
commit | 638aea779b2b0f838469eecd667d488ad11a27f4 (patch) | |
tree | daf9e4424d8611f511fe3518aa6180cccf3e8540 /CMakeLists.txt | |
parent | Proxy configuration dialog (diff) | |
download | rekonq-638aea779b2b0f838469eecd667d488ad11a27f4.tar.xz |
rekonq 0.2.66
fixed icons,
fixed shortcuts editor and actions
KDE proxy system support
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 92c9e53e..f6761177 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 "65") +SET(REKONQ_PATCH_VERSION "66") SET(REKONQ_VERSION_STR "${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}" |