summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index d60cacbf..5e229309 100644
--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,7 @@ dnl
dnl The triplet
m4_define([pango_major_version],1)
m4_define([pango_minor_version],2)
-m4_define([pango_micro_version],3)
+m4_define([pango_micro_version],4)
PANGO_MAJOR_VERSION=pango_major_version()
PANGO_MINOR_VERSION=pango_minor_version()
@@ -34,7 +34,7 @@ dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.
PANGO_API_VERSION=1.0
dnl Number of releases since we've added interfaces
-PANGO_INTERFACE_AGE=3
+PANGO_INTERFACE_AGE=4
dnl Number of releases since we've broken binary compatibility.
# PANGO_BINARY_AGE=0
@@ -712,7 +712,7 @@ pangoft2-uninstalled.pc
pangoxft-uninstalled.pc
pango-zip.sh
],[case "$CONFIG_FILES" in
-*pango-config*)chmod +x pango-config;;
+*tests/runtests.sh*)chmod +x tests/runtests.sh;;
esac])
backends=""