aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-02 02:23:24 +0100
committerGitHub <noreply@github.com>2024-03-02 02:23:24 +0100
commit1853071448fb423a07e177e2f3da0f81a7b29ffa (patch)
tree99c44aa83e89cc15322667f6031f2d2d4678d369
parent007c37fa345d605698c1a70b8ab0dadbedafae4f (diff)
VERSION 2.0.12 - Release
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7ffa7b08..4ee5c461 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.0)
cmake_policy(VERSION 3.0.0)
project(hardinfo2)
-set(HARDINFO2_VERSION "2.0.11")
+set(HARDINFO2_VERSION "2.0.12")
option(HARDINFO2_GTK3 "Build for GTK3 (0/off for GTK2)" 1)
option(HARDINFO2_LIBSOUP3 "Build for libsoup-3.0(EXPERIMENTAL) (0/off for libsoup-2.4)" 0)