diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 02:56:31 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 02:56:31 +0200 |
commit | 3dd8b3dbee69aedb81136d956549eb9d568f9a71 (patch) | |
tree | 0cae4e8b6e0ade214409a5705ea847075b2d7adc /CMakeLists.txt | |
parent | cleaning web* classes and fixing newWindow and createWindow WebPage (diff) | |
download | rekonq-3dd8b3dbee69aedb81136d956549eb9d568f9a71.tar.xz |
rekonq 0.1.10 with last news.
From now on, until rekonq 0.2 release jsut bugfixing and TODO related
problems
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 1cf43830..efee2f3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ PROJECT( rekonq ) # rekonq info SET(REKONQ_MAJOR_VERSION "0") SET(REKONQ_MINOR_VERSION "1") -SET(REKONQ_PATCH_VERSION "9") +SET(REKONQ_PATCH_VERSION "10") SET(REKONQ_VERSION_STR "${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}" |