diff options
author | hwspeedy <ns@bigbear.dk> | 2024-02-11 14:48:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 14:48:21 +0100 |
commit | ac692c7a0972845ac5b0565ada5dc22fdae44317 (patch) | |
tree | fb087926e3386a5bd50c7fcee8a1b8d1d3536c97 /CMakeLists.txt | |
parent | a0dd7f8a7866794b05e6ee16019f87ae2d43dc1e (diff) |
Version to 2.0.4
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 bf88934d..bb3ea115 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.3") +set(HARDINFO2_VERSION "2.0.4") 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) |