diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 19:11:33 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 19:11:33 -0300 |
commit | 1600ec0ecba65f27adc14f879c0bd1ae76fd615a (patch) | |
tree | cba14ab9e2379cbbb2fbf5cb9dd28f0c69b47ca7 | |
parent | 3122eef28c3fd5927e17d74952878bca811f34e6 (diff) | |
parent | 6c855997ca4a18e3e578faaae073db71c80849ad (diff) |
Update upstream source from tag 'upstream/2.0.15'
Update to upstream version '2.0.15'
with Debian dir 0272452d079e15a86f4b75521afe755987f8cea6
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 66e094f9..b03ef737 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.14") +set(HARDINFO2_VERSION "2.0.15") option(HARDINFO2_GTK3 "Build for GTK3 (0/off for GTK2)" 1) option(HARDINFO2_LIBSOUP3 "Build for libsoup-3.0(EXPERIMENTAL) (0/off for libsoup-2.4)" 0) |