diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-25 19:39:39 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-25 19:39:39 +0200 |
commit | 2b43ebcede9bf68f1731a67ced860c149485cd3a (patch) | |
tree | c6d9cf76574739d12fab1fa2a4f65db32494c7f9 | |
parent | 30d9c3f5c4498bf0b8338ea9f97490425237ed88 (diff) |
VERSION 2.1.4 prereleaserelease-2.1.4pre
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 882037f5..3fa6d703 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.2) cmake_policy(VERSION 3.0.2) project(hardinfo2) -set(HARDINFO2_VERSION "2.1.3") +set(HARDINFO2_VERSION "2.1.4") 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) |