summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-05-29 23:35:55 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-05-29 23:35:55 +0000
commit7a99e2899c57301a7784379222f4a1f7e6b668ba (patch)
tree4d52064cb37363ba2445fb6ad9628e4385f6eb33 /configure.in
parent119efddba9276cef8f526fb3dcd34a6064601015 (diff)
downloadpango-7a99e2899c57301a7784379222f4a1f7e6b668ba.tar.gz
=== Released 1.2.2 ===
Thu May 29 19:16:38 2003 Owen Taylor <otaylor@redhat.com> * === Released 1.2.2 === * configure.in: Up version to 1.2.2. * NEWS: Updated. * tools/Makefile.am (EXTRA_DIST): Remove make-table.sh.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fad86ff7..be78f85d 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],1)
+m4_define([pango_micro_version],2)
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=1
+PANGO_INTERFACE_AGE=2
dnl Number of releases since we've broken binary compatibility.
# PANGO_BINARY_AGE=0