From 65f96697fa0bedd74fd554244365943bc6014d3b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 18 May 2017 05:28:32 +0200 Subject: Bump version to 1.19.0 --- scripts/Dpkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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'; -- cgit v1.2.3