File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 21 sep 2023 0.33.1
2+ [Ko van der Sloot]
3+ * bug fix release. A function definition was dropped out
4+
1521 sep 2023 0.33
26[Ko van der Sloot]
37* started requiring C++14 (would prefer C++17, but to early yet)
Original file line number Diff line number Diff line change 77 "@type" : " SoftwareSourceCode" ,
88 "identifier" : " ticcutils" ,
99 "name" : " ticcutils" ,
10- "version" : " 0.33" ,
10+ "version" : " 0.33.1 " ,
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" ,
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.69] )
5- AC_INIT ( [ ticcutils] ,[ 0.33] ,[ lamasoftware@science.ru.nl] ) # also adapt in codemeta.json!
5+ AC_INIT ( [ ticcutils] ,[ 0.33.1 ] ,[ lamasoftware@science.ru.nl] ) # also adapt in codemeta.json!
66AM_INIT_AUTOMAKE ( [ foreign] )
77AC_CONFIG_SRCDIR ( [ .] )
88AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments