File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
"@type" : " SoftwareSourceCode" ,
8
8
"identifier" : " ticcutils" ,
9
9
"name" : " ticcutils" ,
10
- "version" : " 0.35 " ,
10
+ "version" : " 0.36 " ,
11
11
"description" : " This module contains useful functions for general use in the TiCC software stack and beyond." ,
12
12
"license" : " https://spdx.org/licenses/GPL-3.0" ,
13
13
"url" : " https://github.com/LanguageMachines/ticcutils" ,
Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
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!
6
6
AM_INIT_AUTOMAKE ( [ foreign] )
7
7
AC_CONFIG_SRCDIR ( [ .] )
8
8
AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments