diff options
author | hwspeedy <ns@bigbear.dk> | 2024-03-10 13:24:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 13:24:53 +0100 |
commit | e465dc24323adff9c701f2cacc62c92bb1f0eebe (patch) | |
tree | ce9403219a3046ea2f747530850bdb1b32ef24b9 | |
parent | d350d8db55c28e36ebd63b8d7c25db1356ca02fc (diff) |
Version 2.0.15release-2.0.15
-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) |