aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-05-27 01:04:59 +0200
committerGitHub <noreply@github.com>2024-05-27 01:04:59 +0200
commit56c2e4fc893004cfad1b9776544b6644e724c96e (patch)
treed03eaa1d300cd130ab3d6e8dfdbff06f9b6e7d66
parent65848861ec93f6e8c3f6efd1e02681e0fb0eb429 (diff)
VERSION 2.1.9 unstable master
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 977bd719..548e0084 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.2)
cmake_policy(VERSION 3.0.2)
project(hardinfo2)
-set(HARDINFO2_VERSION "2.1.8")
+set(HARDINFO2_VERSION "2.1.9")
option(HARDINFO2_GTK3 "Build for GTK3 (0/off for GTK2)" 1)
option(HARDINFO2_LIBSOUP3 "Build for libsoup-3.0 (0/off for libsoup-2.4)" 1)