diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/main.cpp | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f275e15..0d96ad09 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.9.59" ) +SET(REKONQ_VERSION "0.9.60" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) diff --git a/src/main.cpp b/src/main.cpp index 8660f0f3..b73dbc92 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -110,6 +110,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) "pano_90@gmx.net", ""); + about.addCredit(ki18n("Phaneendra Hedge"), + ki18n("Nepomuk fancy bookmarking"), + "pnh.pes@gmail.com", + ""); + about.addCredit(ki18n("Jonathan Raphael Joachim Kolberg"), ki18n("Handbook, Maintains a Kubuntu PPA with rekonq git packages"), "bulldog98@freenet.de", |