[java-atk-wrapper] Release 0.29.5



commit 08912f6e3895f48f9b06b8f0a68dc33a3a80b53f
Author: Ke Wang <ke wang sun com>
Date:   Mon Mar 1 13:06:55 2010 +0800

    Release 0.29.5

 NEWS         |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7a46664..562a44a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
 ===============================
+Java ATK Wrapper version 0.29.5
+Important changes:
+	* Fix critical typo - should set NO_AT_BRIDGE to 0 instead of 1 in loadAtkBridge
+
+===============================
 Java ATK Wrapper version 0.29.4
 Important changes:
 	* Fix regression - conflict with GTK look and feel
diff --git a/configure.in b/configure.in
index b8e71f4..19b6690 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([java-atk-wrapper],[0.29.4])
+AC_INIT([java-atk-wrapper],[0.29.5])
 
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
@@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LIB_ATK_WRAPPER_LT_VERSION=0:12:0
+LIB_ATK_WRAPPER_LT_VERSION=0:13:0
 AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
 
 # jni



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