summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2018-09-30 11:13:58 +0200
committerDidier Raboud <odyx@debian.org>2018-09-30 17:22:43 +0200
commit8ba952c0a61c0b8505cc135873edbdccfbab9a62 (patch)
treef61b9f1bbb3b8586527b2f59ba2db9d972c644d2 /configure.ac
parent73427b40bcf3e1e8d87d911b22b4ccb6db23791b (diff)
libgutenprintui: Need to increment current_interface
Diffstat (limited to 'configure.ac')
-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)