diff options
author | hwspeedy <ns@bigbear.dk> | 2024-02-11 14:28:40 +0100 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-02-11 14:28:40 +0100 |
commit | a0dd7f8a7866794b05e6ee16019f87ae2d43dc1e (patch) | |
tree | d1e74ef54efc41ada622900fe3e2a50dee44a237 | |
parent | 4da3f944cf2047a8f74c745d3bb67869ec8d7b84 (diff) |
release 2.0.3prerelease-2.0.3pre
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 410ee101..bf88934d 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.2") +set(HARDINFO2_VERSION "2.0.3") 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) @@ -1,6 +1,6 @@ [![Test](https://github.com/hardinfo2/hardinfo2/actions/workflows/test.yml/badge.svg)](https://github.com/hardinfo2/hardinfo2/actions/workflows/test.yml) [![GitHub release](https://img.shields.io/github/release/hardinfo2/hardinfo2.svg)](https://github.com/hardinfo2/hardinfo2/releases) -[![GitHub release](https://img.shields.io/badge/PreRelease-v2.0.1-blue.svg)](https://github.com/hardinfo2/hardinfo2/releases/tag/release-2.0.1pre) +[![GitHub release](https://img.shields.io/badge/PreRelease-v2.0.3-blue.svg)](https://github.com/hardinfo2/hardinfo2/releases/tag/release-2.0.3pre) HARDINFO2 ========= |