diff --git a/debian/changelog b/debian/changelog index ea489391..61ffa6d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -landscape-client (24.12+git6408-0landscape0) jammy; urgency=medium +landscape-client (24.12-0landscape0) jammy; urgency=medium * fix: get tests passing on plucky * fix: Updated motd diff --git a/landscape/__init__.py b/landscape/__init__.py index eb57d8b0..3faa1803 100644 --- a/landscape/__init__.py +++ b/landscape/__init__.py @@ -1,5 +1,5 @@ DEBIAN_REVISION = "" -UPSTREAM_VERSION = "24.12+git6408" +UPSTREAM_VERSION = "24.12" VERSION = f"{UPSTREAM_VERSION}{DEBIAN_REVISION}" # The minimum server API version that all Landscape servers are known to speak