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

Bump version to 1.21.0

parent db2bd485
No related branches found
No related tags found
1 merge request!4Update crimson to version from bookworm
......@@ -6,7 +6,7 @@ RoadMap
TODO
====
1.20.x
1.21.x
~~~~~~
* Review this file and remove or update the old entries.
......
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;
......
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