summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-07-15 12:44:08 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-07-15 12:44:08 +0200
commit336f3221ee6c3b8b5bd385392627b27f0943b7e5 (patch)
tree568e69f5e0eada9851c1ff2482a6247bab2f5e5a
parentb903d015d22099fb920ff2227dab7314a299f829 (diff)
downloadatk-ATK_2_13_2.tar.gz
Release 2.13.2ATK_2_13_2
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f8d1b2e..48af436 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Changes in version 2.13.2:
+==========================
+*
+* Bug 729752: introspection: add many missing Returns: (nullable) annotations
+* Bug 730859: atk/Makefile.am: Stop reading atk.def
+* Fix GIR scanning for srcdir != buildir
+* Visual Studio support
+ * MSVC 2010+ Projects: Update "Installation" Process
+ * Build: Add Build Support for Visual Studio 2013
+ * MSVC 2012/2013 Support: Update Property Sheet Creation
+* Documentation:
+ * Bug 729922: adding further explanation on atk_add_global_event_listener
+
+Contributors:
+ Benjamin Gilbert, Chun-wei Fan, Evan Nemerson, Alejandro Piñeiro
+ Iglesias, Owen W. Taylor
+
+Translation:
+ genodeftest (de), Pau Iranzo (ca), Carles Ferrando (ca@valencia), Yosef Or Boczko (he)
+
Changes in version 2.13.1:
==========================
*
diff --git a/configure.ac b/configure.ac
index a5447c2..c8a52b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
dnl The triplet
m4_define([atk_major_version], [2])
m4_define([atk_minor_version], [13])
-m4_define([atk_micro_version], [1])
+m4_define([atk_micro_version], [2])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])