Bump version to 1.21.0

This commit is contained in:
Guillem Jover
2021-04-14 00:06:48 +02:00
parent db2bd4853d
commit 3b7a8d0665
4 changed files with 9 additions and 3 deletions

2
TODO
View File

@ -6,7 +6,7 @@ RoadMap
TODO
====
1.20.x
1.21.x
~~~~~~
* Review this file and remove or update the old entries.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
dpkg (1.21.0) UNRELEASED; urgency=medium
*
-- Guillem Jover <guillem@debian.org> Wed, 14 Apr 2021 00:04:18 +0200
dpkg (1.20.8) unstable; urgency=medium
[ Guillem Jover ]

View File

@ -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.20.x';
our $PROGVERSION = '1.21.x';
our $PROGMAKE = $ENV{DPKG_PROGMAKE} // 'make';
our $PROGTAR = $ENV{DPKG_PROGTAR} // 'tar';
our $PROGPATCH = $ENV{DPKG_PROGPATCH} // 'patch';

View File

@ -22,7 +22,7 @@ use warnings;
use feature qw(state);
our ($PROGNAME) = $0 =~ m{(?:.*/)?([^/]*)};
our $PROGVERSION = '1.20.x';
our $PROGVERSION = '1.21.x';
our $ADMINDIR = '/var/lib/dpkg/';
use POSIX;