diff --git a/README.md b/README.md index acef67d..fcdbcd7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Anders Krogh ### License -Copyright (c) 2015-2023 Peter Menzel and Anders Krogh +Copyright (c) 2015-2024 Peter Menzel and Anders Krogh Kaiju 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/version.hpp b/src/version.hpp index 0a09e14..25f31f7 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -1,9 +1,9 @@ -/* This file is part of Kaiju, Copyright 2015-2023 Peter Menzel and Anders Krogh, +/* This file is part of Kaiju, Copyright 2015-2024 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.10.0" +#define KAIJUVERSION "1.10.1" #endif