From 3f9e43b94364053fd16eb53391667d161d0dae12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 23 Mar 2015 09:41:43 +0100 Subject: [PATCH] Release 3.16.0 --- NEWS | 16 ++++++++++++++++ configure.ac | 4 ++-- 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]) -- 2.11.4.GIT