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-09-30 11:04:28 +0200
commit73427b40bcf3e1e8d87d911b22b4ccb6db23791b (patch)
treecfdd6d35c653d1ec5d0f4f05ccfb208a25a5e1ca
parentbcfbba4c2a422f7d4502b4712921fa0d70ad52e3 (diff)
Need to increment current_interface as well as binary_age.
-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])