diff --git a/debian/changelog b/debian/changelog index 5e35042..1331322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +naemon-livestatus (1.4.3) UNRELEASED; urgency=low + + * new upstream release + + -- Naemon Development Team Mon, 18 Nov 2024 21:54:24 +0100 + naemon-livestatus (1.4.2) UNRELEASED; urgency=low * new upstream release diff --git a/naemon-livestatus.spec b/naemon-livestatus.spec index 5d3c928..c96c4b7 100644 --- a/naemon-livestatus.spec +++ b/naemon-livestatus.spec @@ -1,6 +1,6 @@ Summary: Naemon Livestatus Eventbroker Module Name: naemon-livestatus -Version: 1.4.2 +Version: 1.4.3 Release: 0 License: GPL-2.0-only Group: Applications/System diff --git a/version.sh b/version.sh index 05efdca..fd228e1 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=1.4.2 +VERSION=1.4.3 if test -e .git; then if hash git 2>/dev/null; then VERSION=$(git describe --tag --exact-match 2>/dev/null | sed -e 's/^v//')