Bumped version to 2.0.1.

This commit is contained in:
Alexander Shaduri
2024-11-26 14:04:37 +04:00
parent e17c10c965
commit 4a075cc187
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -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).
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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")