summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2016-08-12 10:41:32 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2016-08-12 10:41:32 +0200
commite8a89e26c017ec93b78f2cbcd3438bcdbccbce7a (patch)
tree746234eee6054aa1ac519d467db26f181e02173a
parent949c2e11a6607d129c7494efcb09ef5c34d10b5c (diff)
downloadatk-e8a89e26c017ec93b78f2cbcd3438bcdbccbce7a.tar.gz
Release 2.21.90ATK_2_21_90
-rw-r--r--NEWS22
-rw-r--r--configure.ac4
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1716c58..3433c09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Changes in version 2.21.90
+==========================
+*
+* Bug 764883: Add some missing argument (out) annotations
+* Add Language headers to po files
+* MSVC/win32
+ * MSVC Builds: Add a Common Autotools Module for Introspection (Bug 764983)
+ * MSVC Builds: Generate the Introspection Build Commands (Bug 764983)
+ * Clean up atk-introspection-msvc.mak
+ * Visual Studio builds: Include version info in property sheets
+ * Visual Studio builds: Generate atk.pc
+ * Visual Studio 2008 builds: Ensure pc file is generated before "install"
+ * Visual Studio builds: Make .pc generation more flexible
+ * build/win32/pc_base.py: Allow custom options
+ * build/win32/atkpc.py: Fix dependent package string
+
+Contributors:
+Piotr Drąg, Chun-wei Fan, Rico Tzschichholz
+
+Translations:
+GNOME Translation Robot (gd), Cédric Valmary (oc)
+
Changes in version 2.20.00:
===========================
diff --git a/configure.ac b/configure.ac
index de76ec9..10f0d09 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], [2])
-m4_define([atk_minor_version], [20])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [21])
+m4_define([atk_micro_version], [90])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])