Skip to content

Commit f22e440

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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],[[email protected]]) #adapt version number in codemeta.json as well
6+
AC_INIT([frog],[0.28],[[email protected]]) #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)