summaryrefslogtreecommitdiff
path: root/scripts/Dpkg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Dpkg.pm')
-rw-r--r--scripts/Dpkg.pm2
1 files changed, 1 insertions, 1 deletions
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';