Skip to content

Commit d6b8ec4

Browse files
committed
Squashed commit of the following:
commit 12d4a77 Author: Ko van der Sloot <Ko.vanderSloot@ziggo.nl> Date: Tue Dec 9 11:32:28 2025 +0100 enter 2026 fix CI .yml
1 parent 9805b99 commit d6b8ec4

22 files changed

+22
-22
lines changed

.github/workflows/ticcltools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest, macos-latest]
38-
compiler: [g++-12, clang++ -std=c++17]
38+
compiler: [g++ -std=c++17, clang++ -std=c++17]
3939

4040
steps:
4141
- uses: actions/checkout@v4.1.1

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.11",
13+
"version": "0.12",
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.11],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
5+
AC_INIT([ticcltools],[0.12],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([.])
88
AC_CONFIG_MACRO_DIR([m4])

include/ticcl/ticcl_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2019 - 2024
2+
Copyright (c) 2019 - 2026
33
CLST - Radboud University
44
55
This file is part of ticcltools

include/ticcl/word2vec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2019 - 2024
2+
Copyright (c) 2019 - 2026
33
CLST - Radboud University
44
55
This file is part of ticcltools

src/TICCL-LDcalc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2006 - 2024
2+
Copyright (c) 2006 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

src/TICCL-anahash.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2006 - 2024
2+
Copyright (c) 2006 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

src/TICCL-chain.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2006 - 2024
2+
Copyright (c) 2006 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

src/TICCL-chainclean.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2006 - 2024
2+
Copyright (c) 2006 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

src/TICCL-indexer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2006 - 2024
2+
Copyright (c) 2006 - 2026
33
CLST - Radboud University
44
ILK - Tilburg University
55

0 commit comments

Comments
 (0)