From 5b28dc983c9e6af0d386fca4a1e7274cc0b86b47 Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Fri, 26 Jan 2024 15:34:18 +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 a14e550..e1ea817 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"])