summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5ed0b7a..f8d1b2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in version 2.13.1:
+==========================
+*
+* Bug 728031: Use visibility attributes/__declspec (dllexport) to
+ export public symbols
+* Bug 691991: Add Simple Support for Visual Studio 2012
+
+Contributors:
+ Chun-wei Fan
+
+Translation
+ Inaki Larranaga Murgoitio (eu), Matej Urbančič (sl), marablack3 (el)
+
Changes in version 2.12.0:
==========================
diff --git a/configure.ac b/configure.ac
index e703633..0452a04 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], [12])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [13])
+m4_define([atk_micro_version], [1])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])