From b6d7c095d714e5561d806902af0348faf2fe5299 Mon Sep 17 00:00:00 2001 From: Peter Menzel Date: Thu, 16 Jan 2020 11:57:29 +0100 Subject: [PATCH] bump version to 1.7.3 --- src/kaiju.cpp | 2 +- src/util.cpp | 2 +- src/version.hpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/kaiju.cpp b/src/kaiju.cpp index b096810..90e79d9 100644 --- a/src/kaiju.cpp +++ b/src/kaiju.cpp @@ -4,7 +4,7 @@ Authors: Peter Menzel and Anders Krogh - 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 diff --git a/src/util.cpp b/src/util.cpp index ee91c92..2ed3fac 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -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 \n"); fprintf(stderr, "\n"); } diff --git a/src/version.hpp b/src/version.hpp index 2e5bf1e..c469aef 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -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