From dd89e18f2ed9be6cba25e47f03d10dbb88b383f5 Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Thu, 12 Sep 2024 11:13:13 +0200 Subject: [PATCH] bumped version after release --- codemeta.json | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index b01fe9f..1461f78 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "@type": "SoftwareSourceCode", "identifier": "ticcutils", "name": "ticcutils", - "version": "0.35", + "version": "0.36", "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", diff --git a/configure.ac b/configure.ac index 9750871..68345d8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ticcutils],[0.35],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json! +AC_INIT([ticcutils],[0.36],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json! AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([.]) AC_CONFIG_MACRO_DIR([m4])