Browse Source

Bump version to 1.18.0

Guillem Jover 9 years ago
parent
commit
ff261dbd5d
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.17.x
+1.18.x
 ~~~~~~
 
  * Review this file and remove or update the old entries.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dpkg (1.18.0) UNRELEASED; urgency=low
+
+  *
+
+ -- Guillem Jover <guillem@debian.org>  Tue, 09 Dec 2014 23:53:18 +0100
+
 dpkg (1.17.23) unstable; urgency=low
 
   [ Guillem Jover ]

+ 1 - 1
scripts/Dpkg.pm

@@ -70,7 +70,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.17.x';
+our $PROGVERSION = '1.18.x';
 our $CONFDIR = '/etc/dpkg';
 our $ADMINDIR = '/var/lib/dpkg';
 our $LIBDIR = '.';