From 7f0c9bb45d3490c3e7f579833c9b0689f78c8923 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 20 Sep 2023 23:16:10 +1000 Subject: [PATCH] version: release catatonit 0.2.0 To coincide with the license migration from GPLv3-or-later to GPLv2-or-later. Signed-off-by: Aleksa Sarai --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9b24104..a5c252a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # along with this program. If not, see . AC_PREREQ([2.69]) -AC_INIT([catatonit], [0.1.7+dev], [https://bugs.opensuse.org/], [], [https://github.com/openSUSE/catatonit/]) +AC_INIT([catatonit], [0.2.0], [https://bugs.opensuse.org/], [], [https://github.com/openSUSE/catatonit/]) AM_INIT_AUTOMAKE([-Wall foreign]) LT_PREREQ([2.4.2])