From ba304a58507da621aa8a30f42c053ffe86922c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Kreuzberger?= Date: Thu, 21 Nov 2024 10:39:00 +0100 Subject: [PATCH] bumb to version 1.1.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 73b73cc..633c9f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_LIST_DIR}") endif() -project( QLiteHtmlBrowser VERSION 1.1.5 ) +project( QLiteHtmlBrowser VERSION 1.1.6 ) include(GNUInstallDirs)