Skip to content

Commit

Permalink
prepare bug-fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 21, 2023
1 parent d23521a commit ea0bfff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
21 sep 2023 0.33.1
[Ko van der Sloot]
* bug fix release. A function definition was dropped out

21 sep 2023 0.33
[Ko van der Sloot]
* started requiring C++14 (would prefer C++17, but to early yet)
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@type": "SoftwareSourceCode",
"identifier": "ticcutils",
"name": "ticcutils",
"version": "0.33",
"version": "0.33.1",
"description": "This module contains useful functions for general use in the TiCC software stack and beyond.",
"license": "https://spdx.org/licenses/GPL-3.0",
"url": "https://github.com/LanguageMachines/ticcutils",
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([ticcutils],[0.33],[[email protected]]) #also adapt in codemeta.json!
AC_INIT([ticcutils],[0.33.1],[[email protected]]) #also adapt in codemeta.json!
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([.])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit ea0bfff

Please sign in to comment.