From 8253e949f1db124454182c977e9f35f1b24d46a2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 12 Apr 2024 10:29:26 +0200 Subject: Updating. Signed-off-by: Daniel Baumann --- bin/git-debian-changelog | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/git-debian-changelog b/bin/git-debian-changelog index ed22ddc..fe2582e 100755 --- a/bin/git-debian-changelog +++ b/bin/git-debian-changelog @@ -91,12 +91,12 @@ then case "${VERSION}" in *-*) # non-native - VERSION="--dch-opt=-b -N ${VERSION}~progress5+u1" + VERSION="--dch-opt=-b -N ${VERSION}~progress5.99u1" ;; *) # native - VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress5+u1" + VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress5.99u1" ;; esac ;; @@ -119,12 +119,12 @@ then case "${VERSION}" in *-*) # non-native - VERSION="--dch-opt=-b -N ${VERSION}~progress6+u1" + VERSION="--dch-opt=-b -N ${VERSION}~progress6.99u1" ;; *) # native - VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress6+u1" + VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress6.99u1" ;; esac ;; @@ -147,12 +147,12 @@ then case "${VERSION}" in *-*) # non-native - VERSION="--dch-opt=-b -N ${VERSION}~progress7+u1" + VERSION="--dch-opt=-b -N ${VERSION}~progress7.99u1" ;; *) # native - VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress7+u1" + VERSION="--dch-opt=-b -N ${VERSION}-0.0~progress7.99u1" ;; esac ;; @@ -175,12 +175,12 @@ then case "${VERSION}" in *-*) # non-native - VERSION="--dch-opt=-b -N ${VERSION}~bfh10+u1" + VERSION="--dch-opt=-b -N ${VERSION}~bfh10.99u1" ;; *) # native - VERSION="--dch-opt=-b -N ${VERSION}-0.0~bfh10+u1" + VERSION="--dch-opt=-b -N ${VERSION}-0.0~bfh10.99u1" ;; esac ;; -- cgit v1.2.3