Skip to content

Commit 5d456c5

Browse files
committed
bump version after release
1 parent 0f5bccf commit 5d456c5

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
@@ -7,7 +7,7 @@
77
"@type": "SoftwareSourceCode",
88
"identifier": "libfolia",
99
"name": "libfolia",
10-
"version": "2.22",
10+
"version": "2.23",
1111
"description": "This is a C++ Library for working with the Format for Linguistic Annotation (FoLiA).",
1212
"license": "https://spdx.org/licenses/GPL-3.0-only",
1313
"url": "https://github.com/LanguageMachines/libfolia",

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([libfolia],[2.22],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
5+
AC_INIT([libfolia],[2.23],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
66
AM_INIT_AUTOMAKE([foreign])
77
AC_CONFIG_SRCDIR([configure.ac])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)