Skip to content

Commit dd89e18

Browse files
committed
bumped version after release
1 parent d14773f commit dd89e18

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.35",
10+
"version": "0.36",
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.35],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
5+
AC_INIT([ticcutils],[0.36],[lamasoftware@science.ru.nl]) #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)