Skip to content

Commit

Permalink
bumped version PRIOR to release, as this was forgotten?
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Jul 12, 2021
1 parent ff25d06 commit 7b9db4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@type": "SoftwareSourceCode",
"identifier": "frog",
"name": "Frog",
"version": "0.22",
"version": "0.23",
"description": "Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. It performs automatic linguistic enrichment such as part of speech tagging, lemmatisation, named entity recognition, shallow parsing, dependency parsing and morphological analysis. All NLP modules are based on TiMBL.",
"license": "https://spdx.org/licenses/GPL-3.0",
"url": "https://languagemachines.github.io/frog",
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.59)
#also adapt version number in codemeta.json
AC_INIT([frog], [0.22], [lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AC_INIT([frog], [0.23], [lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 7b9db4b

Please sign in to comment.