Skip to content

Commit

Permalink
bump version to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Mar 3, 2024
1 parent a3746da commit 55a0a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Anders Krogh <[email protected]>

### 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
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-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

0 comments on commit 55a0a14

Please sign in to comment.