diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e1c9cb0b..7d78d696 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.4.71" ) +SET(REKONQ_VERSION "0.4.90" ) 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 acd65c39..296f8679 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -96,7 +96,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) ""); about.addAuthor(ki18n("Nikhil Marathe"), - ki18n("Bugfixing, Support for Chrome extensions (not yet available)"), + ki18n("Bugfixing, Working on Extensions support (not yet available)"), "nsm.nikhil@gmail.com", ""); |