diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-28 20:25:20 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-28 20:25:20 +0200 |
commit | 23054fff05575f5584f9add371af366df346fac2 (patch) | |
tree | 937641d1112fae38047c955baedd708b4609e6e9 /CMakeLists.txt | |
parent | 244f4a1d8672117375c210bc299d41b12f0ddf42 (diff) |
VERSION 2.1.10 prereleaserelease-2.1.10pre
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 548e0084..5403a930 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.9") +set(HARDINFO2_VERSION "2.1.10") 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) |