We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5bccf commit 5d456c5Copy full SHA for 5d456c5
2 files changed
codemeta.json
@@ -7,7 +7,7 @@
7
"@type": "SoftwareSourceCode",
8
"identifier": "libfolia",
9
"name": "libfolia",
10
- "version": "2.22",
+ "version": "2.23",
11
"description": "This is a C++ Library for working with the Format for Linguistic Annotation (FoLiA).",
12
"license": "https://spdx.org/licenses/GPL-3.0-only",
13
"url": "https://github.com/LanguageMachines/libfolia",
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.69])
5
-AC_INIT([libfolia],[2.22],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
+AC_INIT([libfolia],[2.23],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
6
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
0 commit comments