Revved to 1.10.3, to fix previous bad dist due to libtool bug. ATK_1_10_3
authorBill Haneman <billh@src.gnome.org>
Mon, 5 Sep 2005 12:53:44 +0000 (12:53 +0000)
committerBill Haneman <billh@src.gnome.org>
Mon, 5 Sep 2005 12:53:44 +0000 (12:53 +0000)
ChangeLog
NEWS
configure.in

index b116cd0..76898ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2005-09-05  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, NEWS: Release 1.10.3, 
+       with a working libtool (1.10.2 was a bad release, don't use).
+
 2005-08-29  Bill Haneman <bill.haneman@sun.com>
 
-       * configure.in, NEWS: Release 0.10.2.
+       * configure.in, NEWS: Release 1.10.2.
 
 2005-08-19  Tor Lillqvist  <tml@novell.com>
 
diff --git a/NEWS b/NEWS
index b03ad3a..f452f56 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
-Changes in version 1.10.2
+Changes in version 1.10.3:
 =========================
 
+  Libtool fix. 
+  N.B. : 1.10.2 was released with a buggy libtool!
+
+  in version 1.10.2:
+
 * Minor build fixes incl Win32 (Tor Lillqvist)
 
 * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
index 7f06f3f..95b7c42 100644 (file)
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 dnl The triplet 
 m4_define([atk_major_version], [1])
 m4_define([atk_minor_version], [10])
-m4_define([atk_micro_version], [2])
+m4_define([atk_micro_version], [3])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])
 
@@ -25,7 +25,7 @@ dnl The X.Y in -latk-X.Y line. This is expected to stay 1.0 until Atk 2.
 m4_define([atk_api_version], [1.0])
 
 dnl Number of releases since we've added interfaces
-m4_define([atk_interface_age], [1])
+m4_define([atk_interface_age], [3])
 
 m4_define([atk_binary_age],
           [m4_eval(100 * atk_minor_version + 10 + atk_micro_version)])