diff options
author | Guillem Jover <guillem@debian.org> | 2017-05-18 05:28:32 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-05-18 05:30:21 +0200 |
commit | 65f96697fa0bedd74fd554244365943bc6014d3b (patch) | |
tree | cea436093d680fb8447fa66a0a7e6a0eb48c7edd /scripts | |
parent | 4fd7def03c96e82c03773c6eca111cf244bae8c0 (diff) | |
download | dpkg-65f96697fa0bedd74fd554244365943bc6014d3b.tar.gz |
Bump version to 1.19.0
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Dpkg.pm | 2 |
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'; |