diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-27 11:15:17 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-27 11:15:17 +0200 | 
| commit | 5a466ec88d89015bd7bb800d8b448eb23769ce5b (patch) | |
| tree | 4539284d62846a7c174b4b6d36f88a9abe74b148 /CMakeLists.txt | |
| parent | Fixing reset disk cache crash (diff) | |
| download | rekonq-5a466ec88d89015bd7bb800d8b448eb23769ce5b.tar.xz | |
Rekonq 0.1.11
Various improvements, bug fixing and new authors name added
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 efee2f3a..40caa4d3 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 "10") +SET(REKONQ_PATCH_VERSION "11")  SET(REKONQ_VERSION_STR      "${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}" | 
