Skip to content

Commit

Permalink
bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed May 15, 2019
1 parent ff6c00f commit 7cb9035
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.16",
"version": "0.17",
"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.16], [lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AC_INIT([frog], [0.17], [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 7cb9035

Please sign in to comment.