Release 2.26.0
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 11 Sep 2017 08:56:08 +0000 (10:56 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 11 Sep 2017 08:56:08 +0000 (10:56 +0200)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index c21607d..201d1bc 100644 (file)
--- 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
 ==========================
 
index 441c7b7..c6eebae 100644 (file)
@@ -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])
 
index 78dc45f..8751bd4 100644 (file)
@@ -1,5 +1,5 @@
 project('atk', 'c',
-        version: '2.25.90',
+        version: '2.26.0',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',