diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-28 20:33:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 20:33:25 +0200 |
commit | eb9b61b8d0e00faabb98ebcfe67297a2f426e133 (patch) | |
tree | e4b0d54a06e40753cd24b22a89ef11fd082a4628 /CMakeLists.txt | |
parent | 23054fff05575f5584f9add371af366df346fac2 (diff) |
VERSION 2.1.11 Releaserelease-2.1.11
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 5403a930..d5294736 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.10") +set(HARDINFO2_VERSION "2.1.11") 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) |