Release 2.13.1 ATK_2_13_1
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 29 Apr 2014 14:56:35 +0000 (16:56 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 29 Apr 2014 14:56:35 +0000 (16:56 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5ed0b7a..f8d1b2e 100644 (file)
--- 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:
 ==========================
 
index e703633..0452a04 100644 (file)
@@ -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])