Skip to content

Commit f22e440

Browse files
committed
version bump after release
1 parent 67ba063 commit f22e440

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@type": "SoftwareSourceCode",
99
"identifier": "frog",
1010
"name": "Frog",
11-
"version": "0.27.1",
11+
"version": "0.28",
1212
"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.",
1313
"license": "https://spdx.org/licenses/GPL-3.0-only",
1414
"url": "https://languagemachines.github.io/frog",

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ([2.69])
55
#also adapt version number in codemeta.json
6-
AC_INIT([frog],[0.27.1],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
6+
AC_INIT([frog],[0.28],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
77
AM_INIT_AUTOMAKE
88
AC_CONFIG_SRCDIR([configure.ac])
99
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)