diff --git a/ChangeLog b/ChangeLog index 1b42870..da828a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2025-07-24 Jonas Stein +* Version upgraded to 2.0.1 +* Fix typo in configure. Superflous ] + 2023-05-14 Jonas Stein * Version upgraded to 2.0.0 * define C++17 as minimal C++ version diff --git a/configure.ac b/configure.ac index a22fadc..8c0ac74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2022 stenc authors # 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]) AM_INIT_AUTOMAKE([foreign subdir-objects]) diff --git a/stenc.xml b/stenc.xml index 6b27518..9a00f66 100644 --- a/stenc.xml +++ b/stenc.xml @@ -40,4 +40,12 @@ + + stenc 2.0.1 + + VERSION + VENDOR + + +