diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-12 08:29:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-12 08:29:26 +0000 |
commit | 8253e949f1db124454182c977e9f35f1b24d46a2 (patch) | |
tree | 650661cbb2986f5a5e1bcf2674027ec39cecc16f /bin | |
parent | Updating. (diff) | |
download | progress-linux-tools-8253e949f1db124454182c977e9f35f1b24d46a2.tar.xz progress-linux-tools-8253e949f1db124454182c977e9f35f1b24d46a2.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/git-debian-changelog | 16 |
1 files 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 ;; |