aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-05-25 19:55:05 +0200
committerGitHub <noreply@github.com>2024-05-25 19:55:05 +0200
commita87a963397168428af4a4274a5cc1e546346f588 (patch)
tree1633eaff4ef3eeded21d21e2a8d2f3fc963b4022
parent1ac79e3e129e293b86a0d91396a2c81ea69a5030 (diff)
VERSION 2.1.6 master unstable
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d28ea64f..3c9a6ec7 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.5")
+set(HARDINFO2_VERSION "2.1.6")
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)