Skip to content

Commit

Permalink
debian/patches: Fix upstream version of the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrito committed Mar 11, 2021
1 parent 9bc8727 commit 7e544e6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
From: =?utf-8?q?Rog=C3=A9rio_Brito?= <[email protected]>
Date: Thu, 11 Mar 2021 02:37:30 -0300
Subject: configure.ac: Update from version 0.28 to 0.29.

---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3b8404b..f87d755 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
-AC_INIT([jbig2enc], [0.28], [[email protected]], [jbig2enc-0.28],
+AC_INIT([jbig2enc], [0.29], [[email protected]], [jbig2enc-0.29],
[https://github.com/agl/jbig2enc])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dependencies])
@@ -13,7 +13,7 @@ AC_PROG_LIBTOOL

# Release versioning
GENERIC_MAJOR_VERSION=0
-GENERIC_MINOR_VERSION=28
+GENERIC_MINOR_VERSION=29
GENERIC_MICRO_VERSION=0

# API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION)
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
0001-Port-to-Python3.patch
0002-configure.ac-Update-from-version-0.28-to-0.29.patch

0 comments on commit 7e544e6

Please sign in to comment.