summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-28 23:34:54 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-28 23:34:54 +0000
commit2b2898d51033969d8ca2d5bbe4e4abf4508937dc (patch)
tree4e496089fad98e79db0bcfa890fb9b3083e276c0 /configure.in
parent797e32496f26c14b5da0e76ed525c874f29e8172 (diff)
downloadatk-ATK_1_0_1.tar.gz
===== Released 1.0.1 ======ATK_1_0_1
Thu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 1.0.1 ====== * NEWS: Updates. * configure.in: Version 1.0.1, interface, binary age 1.0.0.
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 9699305..72a0a41 100644
--- a/configure.in
+++ b/configure.in
@@ -27,14 +27,14 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
dnl The triplet
ATK_MAJOR_VERSION=1
ATK_MINOR_VERSION=0
-ATK_MICRO_VERSION=0
+ATK_MICRO_VERSION=1
ATK_VERSION=$ATK_MAJOR_VERSION.$ATK_MINOR_VERSION.$ATK_MICRO_VERSION
dnl The X.Y in -latk-X.Y line. This is expected to stay 1.0 until Atk 2.
ATK_API_VERSION=1.0
dnl Number of releases since we've added interfaces
-ATK_INTERFACE_AGE=0
+ATK_INTERFACE_AGE=1
dnl Number of releases since we've broken binary compatibility. Should equal
dnl ATK_MICRO_VERSION for a stable release