diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-27 00:58:18 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-27 00:58:18 +0200 |
commit | e63a3625b059e95757cdd2bc10ab86ea390ecca2 (patch) | |
tree | 577bf7cc1a6e9863457b0d02f7134d7c431eaa04 /CMakeLists.txt | |
parent | aca65aa1858d923e8794b905624654cfcc8de66e (diff) |
VERSION 2.1.7 prereleaserelease-2.1.7pre
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 3c9a6ec7..d4eabcac 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.6") +set(HARDINFO2_VERSION "2.1.7") 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) |