Skip to content
Snippets Groups Projects
Commit 1ebc200c authored by Guillem Jover's avatar Guillem Jover
Browse files

Bump version to 1.22.0

parent 6c5140f1
No related branches found
No related tags found
No related merge requests found
dpkg (1.22.0) UNRELEASED; urgency=medium
*
-- Guillem Jover <guillem@debian.org> Tue, 07 Feb 2023 12:37:47 +0100
dpkg (1.21.20) unstable; urgency=medium
 
[ Guillem Jover ]
......
......@@ -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';
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment