From 9053d72fceabc574cd5bcc6385f0d8cfb0af5d2e Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Wed, 6 Mar 2024 08:38:09 +0200 Subject: [PATCH] Bump bugfix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7a330dc5..89e0f91b 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . -AC_INIT([giella-core], [0.22.1], [feedback@divvun.no], [giella-core], [https://github.com/giellalt/giella-core]) +AC_INIT([giella-core], [0.22.2], [feedback@divvun.no], [giella-core], [https://github.com/giellalt/giella-core]) AC_REVISION([$Revision$]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 tar-pax -Wall -Werror foreign])