2.26.2 AT_SPI2_CORE_2_26_2
authorMike Gorse <mgorse@alum.wpi.edu>
Mon, 30 Oct 2017 21:10:08 +0000 (16:10 -0500)
committerMike Gorse <mgorse@alum.wpi.edu>
Mon, 30 Oct 2017 21:10:08 +0000 (16:10 -0500)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 0abf5f2..1008f96 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.26.2:
+
+* dist po/meson.build (bgo#789666).
+
+* Generate correct sonname when building with meson.
+
 What's new in at-spi2-core 2.26.1:
 
 * Remove unused dependency on libxkbcommon.
index a84dcbd..ac49cab 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.26.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.26.2], [accessibility-atspi@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
index 0cfdbef..aad4528 100644 (file)
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.26.1',
+        version: '2.26.2',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',