summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Krawitz <rlk@alum.mit.edu>2018-09-28 09:45:14 -0400
committerDidier Raboud <odyx@debian.org>2018-12-12 20:28:23 +0100
commit6fa291c58ea88a6e3d48458c89284c57c6be94c5 (patch)
tree4e604affcefdd5582e00f848364ed6d20d1d6bfa
parentaedbf324d851ab2cf7b17a5897ecf396b7a4f504 (diff)
Need to increment current_interface as well as binary_age.
Gbp-Pq: Name 0004-Need-to-increment-current_interface-as-well-as-binar.patch
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b7c5497..be142e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ pushdef([GUTENPRINT_MAJOR_VERSION], [5])
pushdef([GUTENPRINT_MINOR_VERSION], [3])
pushdef([GUTENPRINT_MICRO_VERSION], [1])
pushdef([GUTENPRINT_EXTRA_VERSION], [])
-pushdef([GUTENPRINT_CURRENT_INTERFACE], [9])
+pushdef([GUTENPRINT_CURRENT_INTERFACE], [10])
pushdef([GUTENPRINT_BINARY_AGE], [1])
pushdef([GUTENPRINTUI2_CURRENT_INTERFACE], [2])
pushdef([GUTENPRINTUI2_BINARY_AGE], [1])