diff options
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | scripts/Dpkg.pm | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -6,7 +6,7 @@ RoadMap TODO ==== -1.18.x +1.19.x ~~~~~~ * Review this file and remove or update the old entries. diff --git a/debian/changelog b/debian/changelog index 26a8b14cd..1535934c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dpkg (1.19.0) UNRELEASED; urgency=medium + + * + + -- Guillem Jover <guillem@debian.org> Thu, 18 May 2017 05:27:31 +0200 + dpkg (1.18.24) unstable; urgency=medium [ Guillem Jover ] diff --git a/scripts/Dpkg.pm b/scripts/Dpkg.pm index 3deb933f9..0d171c080 100644 --- a/scripts/Dpkg.pm +++ b/scripts/Dpkg.pm @@ -99,7 +99,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.18.x'; +our $PROGVERSION = '1.19.x'; our $PROGMAKE = $ENV{DPKG_PROGMAKE} // 'make'; our $PROGTAR = $ENV{DPKG_PROGTAR} // 'tar'; our $PROGPATCH = $ENV{DPKG_PROGPATCH} // 'patch'; |