Skip to content

Commit ea0bfff

Browse files
committed
prepare bug-fix release
1 parent d23521a commit ea0bfff

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
21 sep 2023 0.33.1
2+
[Ko van der Sloot]
3+
* bug fix release. A function definition was dropped out
4+
15
21 sep 2023 0.33
26
[Ko van der Sloot]
37
* started requiring C++14 (would prefer C++17, but to early yet)

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": "ticcutils",
99
"name": "ticcutils",
10-
"version": "0.33",
10+
"version": "0.33.1",
1111
"description": "This module contains useful functions for general use in the TiCC software stack and beyond.",
1212
"license": "https://spdx.org/licenses/GPL-3.0",
1313
"url": "https://github.com/LanguageMachines/ticcutils",

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([ticcutils],[0.33],[[email protected]]) #also adapt in codemeta.json!
5+
AC_INIT([ticcutils],[0.33.1],[[email protected]]) #also adapt in codemeta.json!
66
AM_INIT_AUTOMAKE([foreign])
77
AC_CONFIG_SRCDIR([.])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)