[g-a-devel]atk versioning patch



Hi:

Attached is a patch to ATK which increments the version in HEAD to
1.1.0, and resets the INTERFACE_AGE to 0 since we've added an enum.

We're testing to make sure the soname doesn't change unexpectedly, etc.,
before committing.

regards,

-Bill


? atk-version.diff
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/atk/ChangeLog,v
retrieving revision 1.207
diff -u -r1.207 ChangeLog
--- ChangeLog	9 Sep 2002 11:08:33 -0000	1.207
+++ ChangeLog	13 Sep 2002 13:39:39 -0000
@@ -1,3 +1,10 @@
+2002-09-13  Bill Haneman     <bill haneman 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.
+
 2002-09-06  Mark McLoughlin  <mark skynet ie>
 
 	* atk/atkobject.h: add ATK_LAYER_WINDOW.
Index: configure.in
===================================================================
RCS file: /cvs/gnome/atk/configure.in,v
retrieving revision 1.35
diff -u -r1.35 configure.in
--- configure.in	16 Aug 2002 15:36:48 -0000	1.35
+++ configure.in	13 Sep 2002 13:39:39 -0000
@@ -26,15 +26,15 @@
 
 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]