Skip to content

Commit d23521a

Browse files
committed
prepare re-release of 0.33
1 parent 3da40e2 commit d23521a

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
@@ -7,7 +7,7 @@
77
"@type": "SoftwareSourceCode",
88
"identifier": "ticcutils",
99
"name": "ticcutils",
10-
"version": "0.34",
10+
"version": "0.33",
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.34],[[email protected]]) #also adapt in codemeta.json!
5+
AC_INIT([ticcutils],[0.33],[[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)