diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-03-21 22:41:06 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-03-21 22:41:06 +0100 |
commit | aacf2f9656e2fe9bd42680f6e42f1bb985cb9d1b (patch) | |
tree | 01f77fe34463513a50f8a7fef279480ab4ba92af | |
parent | Merge branch 'fixes' (diff) | |
parent | rekonq 0.6.95 (diff) | |
download | rekonq-aacf2f9656e2fe9bd42680f6e42f1bb985cb9d1b.tar.xz |
Merge branch 'master' of git.kde.org:rekonq
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 72c1a484..98a43dd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Informations to update before to release this package. # rekonq info -SET(REKONQ_VERSION "0.6.89" ) +SET(REKONQ_VERSION "0.6.95" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |