Skip to content

Commit 1b88000

Browse files
committed
Merge branch 'develop'
2 parents 165bf93 + 02aa1ce commit 1b88000

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/mbtserver.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

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([mbtserver],[0.17],[lamasoftware@science.ru.nl])
5+
AC_INIT([mbtserver],[0.18],[lamasoftware@science.ru.nl])
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([.])
88
AC_CONFIG_MACRO_DIR([m4])

include/mbtserver/MbtServerBase.h

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

src/MbtJSONServerBase.cxx

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

src/MbtServer.cxx

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

src/MbtServerBase.cxx

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

0 commit comments

Comments
 (0)