diff options
author | bigbear <ns@bigbear.dk> | 2024-02-08 03:38:00 +0100 |
---|---|---|
committer | bigbear <ns@bigbear.dk> | 2024-02-08 20:25:35 +0100 |
commit | ddf42c8dfd3523952d3debe335fc6efff8c107ba (patch) | |
tree | d485f31f6481d4b4c1bfa761463ff64f0c8016c0 /CMakeLists.txt | |
parent | f5ab1de889c1d4880cd8972f2bc02761700bb4e1 (diff) |
Version to 2.0.1
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 47939184..31ff3355 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.0") +set(HARDINFO2_VERSION "2.0.1") 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) |