This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1ebc200c416d2786de0df7d275c334b4894e2a5a commit 1ebc200c416d2786de0df7d275c334b4894e2a5a Author: Guillem Jover <[email protected]> AuthorDate: Tue Feb 7 12:38:37 2023 +0100 Bump version to 1.22.0 --- debian/changelog | 6 ++++++ scripts/Dpkg.pm | 2 +- scripts/dpkg-fsys-usrunmess.pl | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e370c97b7..c74c5af6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dpkg (1.22.0) UNRELEASED; urgency=medium + + * + + -- Guillem Jover <[email protected]> Tue, 07 Feb 2023 12:37:47 +0100 + dpkg (1.21.20) unstable; urgency=medium [ Guillem Jover ] diff --git a/scripts/Dpkg.pm b/scripts/Dpkg.pm index edb0d327d..e84850665 100644 --- a/scripts/Dpkg.pm +++ b/scripts/Dpkg.pm @@ -94,7 +94,7 @@ Contains the path to the dpkg architecture tables directory. our ($PROGNAME) = $0 =~ m{(?:.*/)?([^/]*)}; # The following lines are automatically fixed at install time -our $PROGVERSION = '1.21.x'; +our $PROGVERSION = '1.22.x'; our $PROGMAKE = $ENV{DPKG_PROGMAKE} // 'make'; our $PROGTAR = $ENV{DPKG_PROGTAR} // 'tar'; our $PROGPATCH = $ENV{DPKG_PROGPATCH} // 'patch'; diff --git a/scripts/dpkg-fsys-usrunmess.pl b/scripts/dpkg-fsys-usrunmess.pl index 978f6f5a3..f59d65017 100755 --- a/scripts/dpkg-fsys-usrunmess.pl +++ b/scripts/dpkg-fsys-usrunmess.pl @@ -22,7 +22,7 @@ use warnings; use feature qw(state); our ($PROGNAME) = $0 =~ m{(?:.*/)?([^/]*)}; -our $PROGVERSION = '1.21.x'; +our $PROGVERSION = '1.22.x'; our $ADMINDIR = '/var/lib/dpkg/'; use POSIX; -- Dpkg.Org's dpkg

