diff --git a/Nagstamon/Config.py b/Nagstamon/Config.py index 7e668d71..9380688f 100644 --- a/Nagstamon/Config.py +++ b/Nagstamon/Config.py @@ -131,7 +131,7 @@ class AppInfo(object): contains app information previously located in GUI.py """ NAME = 'Nagstamon' - VERSION = '3.16.0' + VERSION = '3.17-20241017' WEBSITE = 'https://nagstamon.de' COPYRIGHT = '©2008-2024 Henri Wahl et al.' COMMENTS = 'Nagios status monitor for your desktop' diff --git a/build/debian/changelog b/build/debian/changelog index 26c9e7ea..f815464b 100644 --- a/build/debian/changelog +++ b/build/debian/changelog @@ -1,3 +1,8 @@ +nagstamon (3.17-20241017) unstable; urgency=low + * New upstream + + -- Henri Wahl Thu, Oct 17 2024 08:00:00 +0200 + nagstamon (3.16.0) unstable; urgency=low * New upstream - Apple Silicon native support