[atk] Release 2.26.0



commit d2fbf661260626939cc3186c58177c1890c0e2e2
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Mon Sep 11 10:56:08 2017 +0200

    Release 2.26.0

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 meson.build  |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index c21607d..201d1bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in version 2.26
+=======================
+
+* Build: meson on Windows, tracked by Bug 785802 (not fully fixed yet):
+   * Force-include msvc_recommended_pragmas.h on MSVC
+   * tests: Fix build on pre-C99
+   * meson: Build .rc file on Windows
+
+Contributors
+   Chun-wei Fan
+
+Translations
+   Ask Hjorth Larsen (da)
+
 Changes in version 2.25.90
 ==========================
 
diff --git a/configure.ac b/configure.ac
index 441c7b7..c6eebae 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], [25])
-m4_define([atk_micro_version], [90])
+m4_define([atk_minor_version], [26])
+m4_define([atk_micro_version], [0])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])
 
diff --git a/meson.build b/meson.build
index 78dc45f..8751bd4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('atk', 'c',
-        version: '2.25.90',
+        version: '2.26.0',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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