This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f0c3cccfef69a054ffe4975d9da12cd86066ec04

commit f0c3cccfef69a054ffe4975d9da12cd86066ec04 (HEAD -> master)
Author: Guillem Jover <[email protected]>
AuthorDate: Fri Jun 7 18:01:47 2019 +0200

    Bump version to 1.20.0
---
 TODO             | 2 +-
 debian/changelog | 6 ++++++
 scripts/Dpkg.pm  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/TODO b/TODO
index a4f485da4..2b8a68dbf 100644
--- a/TODO
+++ b/TODO
@@ -6,7 +6,7 @@ RoadMap
 TODO
 ====
 
-1.19.x
+1.20.x
 ~~~~~~
 
  * Review this file and remove or update the old entries.
diff --git a/debian/changelog b/debian/changelog
index a85e9473a..d556ed5bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dpkg (1.20.0) UNRELEASED; urgency=medium
+
+  *
+
+ -- Guillem Jover <[email protected]>  Fri, 07 Jun 2019 18:00:53 +0200
+
 dpkg (1.19.7) unstable; urgency=medium
 
   [ Guillem Jover ]
diff --git a/scripts/Dpkg.pm b/scripts/Dpkg.pm
index c2768a3dd..21444b802 100644
--- a/scripts/Dpkg.pm
+++ b/scripts/Dpkg.pm
@@ -101,7 +101,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.19.x';
+our $PROGVERSION = '1.20.x';
 our $PROGMAKE = $ENV{DPKG_PROGMAKE} // 'make';
 our $PROGTAR = $ENV{DPKG_PROGTAR} // 'tar';
 our $PROGPATCH = $ENV{DPKG_PROGPATCH} // 'patch';

-- 
Dpkg.Org's dpkg

Reply via email to