Skip to content

Commit b6d7c09

Browse files
committed
bump version to 1.7.3
1 parent 1691f09 commit b6d7c09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/kaiju.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Authors: Peter Menzel <pmenzel@gmail.com> and
55
Anders Krogh <krogh@binf.ku.dk>
66
7-
Copyright (C) 2015-2019 Peter Menzel and Anders Krogh
7+
Copyright (C) 2015-2020 Peter Menzel and Anders Krogh
88
99
This program is free software: you can redistribute it and/or modify
1010
it under the terms of the GNU General Public License as published by

src/util.cpp

+1-1
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-2019 Peter Menzel, Anders Krogh\n");
12+
fprintf(stderr, "Copyright 2015-2020 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/* This file is part of Kaiju, Copyright 2015-2019 Peter Menzel and Anders Krogh,
1+
/* This file is part of Kaiju, Copyright 2015-2020 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.7.2"
7+
#define KAIJUVERSION "1.7.3"
88

99
#endif

0 commit comments

Comments
 (0)