From 4a075cc187e47f1a3ade7aebd23ea4c191e5b9c6 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Tue, 26 Nov 2024 14:04:37 +0400 Subject: [PATCH] Bumped version to 2.0.1. --- NEWS.txt | 3 +++ po/cs.po | 2 +- po/ka.po | 2 +- version.txt | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 9337eed..7030113 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,6 @@ +Version 2.0.1, released on 2024-11-26 + Windows: Fixed a crash when opening a native file dialog (#67). + Version 2.0.0, released on 2024-11-07 New JSON-based parser for smartctl output (requires smartctl 7.3+) (#4). Support for NVMe drives (self-tests require smartctl 7.4+) (#4). diff --git a/po/cs.po b/po/cs.po index 300ca0b..22094e7 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: gsmartcontrol 2.0.0\n" +"Project-Id-Version: gsmartcontrol 2.0.1\n" "Report-Msgid-Bugs-To: https://gsmartcontrol.shaduri.dev" "Support\n" "POT-Creation-Date: 2021-08-09 01:51+0400\n" diff --git a/po/ka.po b/po/ka.po index 7156aed..9260266 100644 --- a/po/ka.po +++ b/po/ka.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: gsmartcontrol 2.0.0\n" +"Project-Id-Version: gsmartcontrol 2.0.1\n" "Report-Msgid-Bugs-To: https://gsmartcontrol.shaduri.dev" "Support\n" "POT-Creation-Date: 2018-02-05 01:51+0400\n" diff --git a/version.txt b/version.txt index ee424b5..ce10abb 100644 --- a/version.txt +++ b/version.txt @@ -1,5 +1,5 @@ # This file is included from CMakeLists.txt -set(CMAKE_PROJECT_VERSION "2.0.0") +set(CMAKE_PROJECT_VERSION "2.0.1")