summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4a6bf6e..4bb801c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in version 1.33.6:
+=========================
+*
+*Returns FALSE on atk_object_add_relationship if it is already included
+*Bug 640574: gobject-introspection annotation and documentation fixes
+*Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols
+*Add missing Makefiles to AC_CONFIG_FILES
+*Fixes for the MSVC Project Files
+*Update deprecated autoconf macros and use new libtool syntax
+*Documentation fixes
+*Translation updates
+
Changes in version 1.32.0:
=========================
*
diff --git a/configure.ac b/configure.ac
index d798835..20b9908 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@ 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], [32])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [33])
+m4_define([atk_micro_version], [6])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])