diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-27 01:02:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 01:02:52 +0200 |
commit | 65848861ec93f6e8c3f6efd1e02681e0fb0eb429 (patch) | |
tree | d679f2e0b7a0f8573b1b206c597da3f680075d2d /CMakeLists.txt | |
parent | e63a3625b059e95757cdd2bc10ab86ea390ecca2 (diff) |
VERSION 2.1.8 Releaserelease-2.1.8
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 d4eabcac..977bd719 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.7") +set(HARDINFO2_VERSION "2.1.8") 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) |