mirror of
https://github.com/yaobinwen/dpkg.git
synced 2026-01-12 08:20:35 +00:00
Bump version to 1.21.0
This commit is contained in:
2
TODO
2
TODO
@ -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
6
debian/changelog
vendored
@ -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 ]
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user