The following commit has been merged in the master branch:
commit d67ac5497e050e7d2a4c767eb64d69e5cb98ce21
Author: Guillem Jover <[email protected]>
Date: Sat Jun 30 22:32:13 2012 +0200
Bump version to 1.17.0
diff --git a/TODO b/TODO
index 38b82dc..f57b013 100644
--- a/TODO
+++ b/TODO
@@ -6,7 +6,7 @@ RoadMap
TODO
====
-1.16.x
+1.17.x
~~~~~~
* Review this file and remove or update the old entries.
diff --git a/debian/changelog b/debian/changelog
index ed14f27..203068f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dpkg (1.17.0) UNRELEASED; urgency=low
+
+ *
+
+ -- Guillem Jover <[email protected]> Fri, 03 Aug 2012 13:21:00 +0200
+
dpkg (1.16.10) unstable; urgency=low
[ Guillem Jover ]
diff --git a/scripts/Dpkg.pm b/scripts/Dpkg.pm
index 283f041..0d92916 100644
--- a/scripts/Dpkg.pm
+++ b/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 = "..";
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]