diff --git a/codemeta.json b/codemeta.json index b4b302f..27c7baf 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,7 @@ "@type": "SoftwareSourceCode", "identifier": "wopr", "name": "Wopr", - "version": "0.40.7", + "version": "0.41", "description": "WOPR is a wrapper around the k-nearest neighbor classifier in TiMBL, offering word prediction and language modeling functionalities. Trained on a text corpus, WOPR can predict missing words, report perplexities at the word level and the text level, and generate spelling correction hypotheses.", "license": "https://spdx.org/licenses/GPL-3.0", "url": "https://ilk.uvt.nl/wopr", diff --git a/configure.ac b/configure.ac index 0a9d35e..ccfc130 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT(wopr, 1.40.7) +AC_INIT(wopr, 1.41) AC_CONFIG_SRCDIR(src/main.cc) AC_CONFIG_MACRO_DIR([m4])