Skip to content

Commit

Permalink
chore: Updated version and debian changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
polistern committed Jul 12, 2022
1 parent 9b08c7f commit 76f1c41
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 12 Jul 2022 10:00:00 +0000

pboted (0.7.9-1) unstable; urgency=medium

* updated to version 0.7.9
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2019-2022 polistern
* Copyright (c) 2019-2022, polistern
*
* This file is part of pboted and licensed under BSD3
*
Expand All @@ -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)
Expand Down

0 comments on commit 76f1c41

Please sign in to comment.