From 5294c2cf6288f5a62389dea3bdf9863f0b96cd9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Mon, 4 Feb 2013 20:24:35 +0100 Subject: [PATCH] Release 2.7.5 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 55c4c0c..8053030 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Changes in version 2.7.5: +========================== +* +* build: Use GNOME_COMPILE_WARNINGS +* atkhyperlink: Ensure we get even deprecated prototypes +* Bug 651343: add ATK_ROLE_LEVEL_BAR +* Prepare Visual Studio 2010 projects for Visual Studio 2012 +* Updated Uyghur translations + Changes in version 2.7.4: ========================== * diff --git a/configure.ac b/configure.ac index 8a20924..457cfb9 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], [7]) -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]) -- 2.7.4