diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:19:40 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:19:40 +0200 |
commit | 001d3d08772e3836825cde58e5775009672607cd (patch) | |
tree | 06a06b794ee1abf57c6ffa29c4c72ae6eb48388e /CMakeLists.txt | |
parent | Merge branch 'HomePage' (diff) | |
download | rekonq-001d3d08772e3836825cde58e5775009672607cd.tar.xz |
rekonq 0.2.57 with new "new tab" page.
I'm aware this is a "pre-alpha" feature, but I need this in master
to let people play, comment, brainstorm this.. ;)
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 03b4f44b..7fc699f2 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 "56") +SET(REKONQ_PATCH_VERSION "57") SET(REKONQ_VERSION_STR "${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}" |