diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:44:29 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:44:29 +0200 |
commit | 02ad499d0d27e80da66a03980fbd1af565e4da7e (patch) | |
tree | dd75f45e04a63e9870dddd5221dd5b860c9f634f /CMakeLists.txt | |
parent | Merge branch 'HomePageEmbedded2' (diff) | |
download | rekonq-02ad499d0d27e80da66a03980fbd1af565e4da7e.tar.xz |
rekonq 0.2.58 with the new homepage!
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 7fc699f2..f6c91d19 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 "57") +SET(REKONQ_PATCH_VERSION "58") SET(REKONQ_VERSION_STR "${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}" |