Skip to content

Commit

Permalink
bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Nov 25, 2023
1 parent 8e6dbd1 commit 4653635
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extern "C" {

void print_usage_header() {
fprintf(stderr, "Kaiju %s\n",KAIJUVERSION);
fprintf(stderr, "Copyright 2015-2022 Peter Menzel, Anders Krogh\n");
fprintf(stderr, "Copyright 2015-2023 Peter Menzel, Anders Krogh\n");
fprintf(stderr, "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
fprintf(stderr, "\n");
}
Expand Down
4 changes: 2 additions & 2 deletions src/version.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* This file is part of Kaiju, Copyright 2015-2022 Peter Menzel and Anders Krogh,
/* This file is part of Kaiju, Copyright 2015-2023 Peter Menzel and Anders Krogh,
* Kaiju is licensed under the GPLv3, see the file LICENSE. */

#ifndef KAIJU_VERSION_H
#define KAIJU_VERSION_H

#define KAIJUVERSION "1.9.2"
#define KAIJUVERSION "1.10.0"

#endif
2 changes: 1 addition & 1 deletion util/kaiju-makedb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# This file is part of Kaiju, Copyright 2015-2022 Peter Menzel and Anders Krogh
# This file is part of Kaiju, Copyright 2015-2023 Peter Menzel and Anders Krogh
# Kaiju is licensed under the GPLv3, see the file LICENSE.
#
SCRIPTDIR=$(dirname $0)
Expand Down

0 comments on commit 4653635

Please sign in to comment.