Skip to content

Commit 4653635

Browse files
committed
bump version to 1.10.0
1 parent 8e6dbd1 commit 4653635

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extern "C" {
99

1010
void 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
}

src/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

util/kaiju-makedb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
#
66
SCRIPTDIR=$(dirname $0)

0 commit comments

Comments
 (0)