[atk/gnome-3-26] Release 2.26.1



commit 6ce1698e8bff43d72c1f00d60f16e19d3b057899
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Fri Oct 20 14:58:52 2017 +0200

    Release 2.26.1

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 201d1bc..599edfd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in version 2.26.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..63d4ebc 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], [26])
-m4_define([atk_micro_version], [0])
+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..7d5a31b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('atk', 'c',
-        version: '2.26.0',
+        version: '2.26.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]