Просмотр исходного кода

Dpkg::Path: Bump VERSION to 1.03

This was missed in commit eb4bb268ab954748d015626a216f46f632f2371a.
Guillem Jover лет назад: 12
Родитель
Сommit
6e5a46ad3d
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 0
      debian/changelog
  2. 1 1
      scripts/Dpkg/Path.pm

+ 2 - 0
debian/changelog

@@ -35,6 +35,8 @@ dpkg (1.17.10) UNRELEASED; urgency=low
     - Document that dpkg-buildpackage(1) -j argument is optional.
   * Add support for automatic parallel job selection in dpkg-buildpackage,
     matching currently active processors, when using -jauto. Closes: #748012
+  * Perl modules:
+    - Bump $VERSION for Dpkg::Patch, missed in 1.16.1.
 
   [ Updated manpages translations ]
   * German (Helge Kreutzmann).

+ 1 - 1
scripts/Dpkg/Path.pm

@@ -19,7 +19,7 @@ package Dpkg::Path;
 use strict;
 use warnings;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 use Exporter qw(import);
 use File::Spec;