From 5bc0eb4c12bacfe85f6b49f1ccc1e8ccdaa1e8a4 Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Fri, 26 Jan 2024 15:34:19 +0200 Subject: [PATCH] Restore correcg speller and grammar checker version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6b2fcf5b..b594ee66 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ AC_SUBST([GTLANGUAGE], $GLANGUAGE) ### The AC variables SPELLER_NAME_xxx and SPELLER_DESC_xxx are used in: ### - manifest.toml.in ### - tools/spellcheckers/index.*.xml.in -AC_SUBST([SPELLERVERSION], [0.1.0]) +AC_SUBST([SPELLERVERSION], [0.1.1]) AC_SUBST([SPELLER_NAME_ENG], ["$GLANGUAGE spellchecker"]) AC_SUBST([SPELLER_NAME_NATIVE], ["Autonym spellchecker"]) AC_SUBST([SPELLER_DESC_ENG], ["A spellchecker for $GLANGUAGE, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"])