File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ extern "C" {
99
1010void print_usage_header () {
1111 fprintf (stderr, " Kaiju %s\n " ,KAIJUVERSION);
12- fprintf (stderr, " Copyright 2015-2022 Peter Menzel, Anders Krogh\n " );
12+ fprintf (stderr, " Copyright 2015-2023 Peter Menzel, Anders Krogh\n " );
1313 fprintf (stderr, " License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n " );
1414 fprintf (stderr, " \n " );
1515}
Original file line number Diff line number Diff line change 1- /* This file is part of Kaiju, Copyright 2015-2022 Peter Menzel and Anders Krogh,
1+ /* This file is part of Kaiju, Copyright 2015-2023 Peter Menzel and Anders Krogh,
22 * Kaiju is licensed under the GPLv3, see the file LICENSE. */
33
44#ifndef KAIJU_VERSION_H
55#define KAIJU_VERSION_H
66
7- #define KAIJUVERSION " 1.9.2 "
7+ #define KAIJUVERSION " 1.10.0 "
88
99#endif
Original file line number Diff line number Diff line change 11#! /bin/sh
22#
3- # This file is part of Kaiju, Copyright 2015-2022 Peter Menzel and Anders Krogh
3+ # This file is part of Kaiju, Copyright 2015-2023 Peter Menzel and Anders Krogh
44# Kaiju is licensed under the GPLv3, see the file LICENSE.
55#
66SCRIPTDIR=$( dirname $0 )
You can’t perform that action at this time.
0 commit comments