summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Krawitz <rlk@alum.mit.edu>2018-09-28 09:45:14 -0400
committerDidier Raboud <odyx@debian.org>2019-09-13 17:50:01 +0200
commit07e80093d566f362fdfda3f60c0b0fba3e7e1332 (patch)
tree5af10bb54a183d7fa39cea36aec76b6070595f33
parent0ae94c222f866da7b418a0f886d36a1921eefdb8 (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])