Skip to content

Commit

Permalink
bump version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jan 16, 2020
1 parent 1691f09 commit b6d7c09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/kaiju.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Authors: Peter Menzel <[email protected]> and
Anders Krogh <[email protected]>
Copyright (C) 2015-2019 Peter Menzel and Anders Krogh
Copyright (C) 2015-2020 Peter Menzel and Anders Krogh
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
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-2019 Peter Menzel, Anders Krogh\n");
fprintf(stderr, "Copyright 2015-2020 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-2019 Peter Menzel and Anders Krogh,
/* This file is part of Kaiju, Copyright 2015-2020 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.7.2"
#define KAIJUVERSION "1.7.3"

#endif

0 comments on commit b6d7c09

Please sign in to comment.