diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 19:58:10 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 19:58:10 -0300 |
commit | b5fe6916c117faca10aaeac59f9906e36fd7aafd (patch) | |
tree | cb23398be29d92d536b997c30c6c36fd6f3256e0 /CMakeLists.txt | |
parent | 0574020490ffae5686b0c75d7753bfbcf2286114 (diff) |
New upstream version 2.0.18upstream/2.0.18
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 ed157d2f..4bd571ac 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.0.17") +set(HARDINFO2_VERSION "2.0.18") 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) |