diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-20 05:29:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 05:29:39 +0200 |
commit | 9b76ea10b2367d4963d565d3041dd2d948aa03ef (patch) | |
tree | 1f68197bb3100fc9d3609090d41ddecd4c81f9d8 /CMakeLists.txt | |
parent | 66ddaee66b4587f206b7831e3ea3870110f7535f (diff) |
Version 2.1.2 Releaserelease-2.1.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b0af0af..638b2a2f 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.1.1") +set(HARDINFO2_VERSION "2.1.2") 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) |