summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-01-14 13:01:56 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-01-14 13:01:56 +0100
commitb279ce73f0793579b07dc2dbe34f3b2a3b0b9ea9 (patch)
tree3059346e2c2cb453100b2ead81fd746dae16c7a1
parent55e89c0b2578d9a31f4c5526f158b8e1a788e56f (diff)
downloadatk-b279ce73f0793579b07dc2dbe34f3b2a3b0b9ea9.tar.gz
Release 2.11.5ATK_2_11_5
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9ffebb8..1721b06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in version 2.11.5:
+==========================
+*
+* MSVC Builds: Rework Introspection Build and other miscellaneous
+ fixes
+
+Contributors:
+ Chun-wei Fan
+
+Translations:
+ Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk)
+
Changes in version 2.11.4:
==========================
*
diff --git a/configure.ac b/configure.ac
index eacaea0..84e1691 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], [11])
-m4_define([atk_micro_version], [4])
+m4_define([atk_micro_version], [5])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])