increment version to 1.1.0, in view of the fact that we've branched for
authorPadraig O'Briain <padraigo@src.gnome.org>
Wed, 18 Sep 2002 12:15:21 +0000 (12:15 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Wed, 18 Sep 2002 12:15:21 +0000 (12:15 +0000)
* configure.in:
increment version to 1.1.0, in view of the fact that we've
branched for GNOME-2 and GTK+-2.0, and this is HEAD.
Also reset INTERFACE_AGE to zero, since an enum was added.
Use similar librray numbering as GTK.

* docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW

ChangeLog
configure.in
docs/tmpl/atkobject.sgml

index e36972f..26a4192 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * configure.in:
+       increment version to 1.1.0, in view of the fact that we've 
+       branched for GNOME-2 and GTK+-2.0, and this is HEAD.
+       Also reset INTERFACE_AGE to zero, since an enum was added.
+       Use similar librray numbering as GTK.
+
+       * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
+
 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
 
        * atk/atkobject.h: add ATK_LAYER_WINDOW.
index f403a6b..35e0731 100644 (file)
@@ -26,20 +26,17 @@ 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=3
+ATK_MINOR_VERSION=1
+ATK_MICRO_VERSION=0
 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=3
+ATK_INTERFACE_AGE=0
 
-dnl Number of releases since we've broken binary compatibility. Should equal
-dnl ATK_MICRO_VERSION for a stable release
-# ATK_BINARY_AGE=0
-ATK_BINARY_AGE=$ATK_MICRO_VERSION
+ATK_BINARY_AGE=100
 
 AC_SUBST(ATK_MAJOR_VERSION)
 AC_SUBST(ATK_MINOR_VERSION)
@@ -50,7 +47,7 @@ AC_SUBST(ATK_INTERFACE_AGE)
 AC_SUBST(ATK_BINARY_AGE)
 
 dnl libtool versioning
-lt_current=`expr $ATK_MICRO_VERSION - $ATK_INTERFACE_AGE`
+lt_current=`expr 100 '*' $ATK_MINOR_VERSION + $ATK_MICRO_VERSION - $ATK_INTERFACE_AGE`
 lt_revision=$ATK_INTERFACE_AGE
 lt_age=`expr $ATK_BINARY_AGE - $ATK_INTERFACE_AGE`
 LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age"
index c359b30..da5ded5 100644 (file)
@@ -139,6 +139,7 @@ determinations of when components occlude one another.
 @ATK_LAYER_MDI: 
 @ATK_LAYER_POPUP: 
 @ATK_LAYER_OVERLAY: 
+@ATK_LAYER_WINDOW: 
 
 <!-- ##### STRUCT AtkImplementor ##### -->
 <para>