From a0dd7f8a7866794b05e6ee16019f87ae2d43dc1e Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Sun, 11 Feb 2024 14:28:40 +0100 Subject: release 2.0.3pre --- CMakeLists.txt | 2 +- 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) diff --git a/README.md b/README.md index 706b5100..6f714a66 100644 --- a/README.md +++ b/README.md @@ -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 ========= -- cgit v1.2.3