summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Krawitz <rlk@alum.mit.edu>2018-09-30 10:49:11 -0400
committerDidier Raboud <odyx@debian.org>2018-10-01 08:45:06 +0200
commit4e8b7eeb3ab66c330e4ffe13535eeb348fdc5fdd (patch)
treef61b9f1bbb3b8586527b2f59ba2db9d972c644d2
parent73427b40bcf3e1e8d87d911b22b4ccb6db23791b (diff)
Also need to fix gutenprintui2_current_interface.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index be142e9..c61f06e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ pushdef([GUTENPRINT_MICRO_VERSION], [1])
pushdef([GUTENPRINT_EXTRA_VERSION], [])
pushdef([GUTENPRINT_CURRENT_INTERFACE], [10])
pushdef([GUTENPRINT_BINARY_AGE], [1])
-pushdef([GUTENPRINTUI2_CURRENT_INTERFACE], [2])
+pushdef([GUTENPRINTUI2_CURRENT_INTERFACE], [3])
pushdef([GUTENPRINTUI2_BINARY_AGE], [1])
pushdef([GUTENPRINT_VERSION], GUTENPRINT_MAJOR_VERSION.GUTENPRINT_MINOR_VERSION.GUTENPRINT_MICRO_VERSION[]GUTENPRINT_EXTRA_VERSION)