diff --git a/debian/changelog b/debian/changelog index 64cd01a..40fa5bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +pboted (0.7.10-1) unstable; urgency=medium + + * updated to version 0.7.10 + * remove -O3 optimization flag + * updated systemd service file + * added init.d script + * added manpage (1) + * added apparmor profile + + -- polistern Tue, 12 Jul 2022 10:00:00 +0000 + pboted (0.7.9-1) unstable; urgency=medium * updated to version 0.7.9 diff --git a/src/version.h b/src/version.h index e0310dc..9f34932 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2019-2022 polistern + * Copyright (c) 2019-2022, polistern * * This file is part of pboted and licensed under BSD3 * @@ -16,7 +16,7 @@ #define PBOTE_VERSION_MAJOR 0 #define PBOTE_VERSION_MINOR 7 -#define PBOTE_VERSION_MICRO 9 +#define PBOTE_VERSION_MICRO 10 #define PBOTE_VERSION \ MAKE_VERSION (PBOTE_VERSION_MAJOR, PBOTE_VERSION_MINOR, PBOTE_VERSION_MICRO)