From 35a473048fa9e257450ce618e86ff2e4e8973900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Fri, 20 Oct 2017 12:29:28 +0200 Subject: Release 2.27.1 --- NEWS | 13 +++++++++++++ configure.ac | 4 ++-- meson.build | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 201d1bc..51224f0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes in version 2.27.1 +========================= + +* Build: meson, tracked by bug 785802) + * Ad option to disable introspection + * Fix .rc generation in Meson builds + +* Build (Visual Studio) + * Enhance security of x64 binaries + +Translations + Pawan Chitrakar (ne), Xavi Ivars (ca@valencia), hanniedu (nl) + Changes in version 2.26 ======================= diff --git a/configure.ac b/configure.ac index c6eebae..5f7ad6f 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], [26]) -m4_define([atk_micro_version], [0]) +m4_define([atk_minor_version], [27]) +m4_define([atk_micro_version], [1]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) diff --git a/meson.build b/meson.build index 8751bd4..8957de7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('atk', 'c', - version: '2.26.0', + version: '2.27.1', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1