summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2015-03-23 09:41:43 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2015-03-23 09:41:43 +0100
commit3f9e43b94364053fd16eb53391667d161d0dae12 (patch)
treea1253bf3e3a10126432a9b6ea059105da2ebbfe0
parent7ad2a9541940da37e2fee3e869f2c568a186f253 (diff)
downloadatk-3f9e43b94364053fd16eb53391667d161d0dae12.tar.gz
Release 3.16.0ATK_2_16_0
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c17fa30..396ad9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in version 2.16.0:
+==========================
+*
+* Bug 746459: Fix a couple of GTK-Doc comment blocks
+* Visual Studio support
+ * Speed Up Release Builds
+ * Fix and improve .pdb Generation.
+ * "Install" .pdb Files
+
+Contributors:
+Chun-wei Fan
+
+Translations:
+Josef Andersson (sv), Jiri Grönroos (fi), Baurzhan Muftakhidinov (kk),
+Samir Ribic (bs), Zahari Yurukov (bg)
+
Changes in version 2.15.91:
===========================
*
diff --git a/configure.ac b/configure.ac
index 3f65536..fc53c85 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], [15])
-m4_define([atk_micro_version], [91])
+m4_define([atk_minor_version], [16])
+m4_define([atk_micro_version], [0])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])