Skip to content

Commit e3e4ca7

Browse files
committed
bumped version (was forgotten after release 0.9)
1 parent b0dc69b commit e3e4ca7

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
@@ -10,7 +10,7 @@
1010
"@type": "SoftwareSourceCode",
1111
"identifier": "ticcltools",
1212
"name": "TICCLTools",
13-
"version": "0.9",
13+
"version": "0.10",
1414
"description": "TicclTools is a collection of programs to process datafiles, together they constitute the bulk of TICCL: Text Induced Corpus-Cleanup. This software consists of individual modules that are invoked by the pipeline system PICCL.",
1515
"license": "https://spdx.org/licenses/GPL-3.0",
1616
"url": "https://github.com/LanguageMachines/ticcltools",

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([ticcltools],[0.9],[[email protected]]) #adapt version number in codemeta.json as well
5+
AC_INIT([ticcltools],[0.10],[[email protected]]) #adapt version number in codemeta.json as well
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([.])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)