Version bump to 2.0.1

This commit is contained in:
Jonas Stein
2025-07-24 01:12:28 +02:00
parent 1bb64e6408
commit 704b5dd7dd
3 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2025-07-24 Jonas Stein <news@jonasstein.de>
* Version upgraded to 2.0.1
* Fix typo in configure. Superflous ]
2023-05-14 Jonas Stein <news@jonasstein.de> 2023-05-14 Jonas Stein <news@jonasstein.de>
* Version upgraded to 2.0.0 * Version upgraded to 2.0.0
* define C++17 as minimal C++ version * define C++17 as minimal C++ version

View File

@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2022 stenc authors # SPDX-FileCopyrightText: 2022 stenc authors
# SPDX-License-Identifier: GPL-2.0-or-later # SPDX-License-Identifier: GPL-2.0-or-later
AC_INIT([stenc],[2.0.0]) AC_INIT([stenc],[2.0.1])
AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_SRCDIR([src/main.cpp])
AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_INIT_AUTOMAKE([foreign subdir-objects])

View File

@@ -40,4 +40,12 @@
</references> </references>
<cpe-23:cpe23-item name="cpe:2.3:a:stencproject:stenc:2.0.0:*:*:*:*:*:*:*"/> <cpe-23:cpe23-item name="cpe:2.3:a:stencproject:stenc:2.0.0:*:*:*:*:*:*:*"/>
</cpe-item> </cpe-item>
<cpe-item name="cpe:/a:stencproject:stenc:2.0.1">
<title xml:lang="en-US">stenc 2.0.1</title>
<references>
<reference href="https://github.com/scsitape/stenc/releases">VERSION</reference>
<reference href="https://github.com/scsitape">VENDOR</reference>
</references>
<cpe-23:cpe23-item name="cpe:2.3:a:stencproject:stenc:2.0.1:*:*:*:*:*:*:*"/>
</cpe-item>
</cpe-list> </cpe-list>