Browse Source

Bump version to 1.17.0

Guillem Jover 12 years ago
parent
commit
d67ac5497e
3 changed files with 8 additions and 2 deletions
  1. 1 1
      TODO
  2. 6 0
      debian/changelog
  3. 1 1
      scripts/Dpkg.pm

+ 1 - 1
TODO

@@ -6,7 +6,7 @@ RoadMap
 TODO
 ====
 
-1.16.x
+1.17.x
 ~~~~~~
 
  * Review this file and remove or update the old entries.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dpkg (1.17.0) UNRELEASED; urgency=low
+
+  *
+
+ -- Guillem Jover <guillem@debian.org>  Fri, 03 Aug 2012 13:21:00 +0200
+
 dpkg (1.16.10) unstable; urgency=low
 
   [ Guillem Jover ]

+ 1 - 1
scripts/Dpkg.pm

@@ -24,7 +24,7 @@ our @EXPORT = qw($version $progname $admindir $dpkglibdir $pkgdatadir);
 our ($progname) = $0 =~ m#(?:.*/)?([^/]*)#;
 
 # The following lines are automatically fixed at install time
-our $version = "1.14";
+our $version = "1.17.x";
 our $admindir = "/var/lib/dpkg";
 our $dpkglibdir = ".";
 our $pkgdatadir = "..";