From efc984bab666bbb66e5ed995be4e37e18cf07d4c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 4 May 2023 14:01:43 +0200 Subject: release 1.26.2 --- NEWS | 9 +++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4a740701..6c63cb48 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +### marco 1.26.2 + + * update translations + * Show correct window title when owned by superuser. Issue #749 + * Test if XResQueryClientIds() is available before using it. + * Needed for X2Go as it does not have XRES 1.2 extension. + * Test Xres 1.2 is present + * test return value from XResQueryClientIds() + ### marco 1.26.1 * update translations diff --git a/configure.ac b/configure.ac index f077cce6..17641607 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.50) m4_define([marco_major_version], [1]) m4_define([marco_minor_version], [26]) -m4_define([marco_micro_version], [1]) +m4_define([marco_micro_version], [2]) m4_define([marco_version], [marco_major_version.marco_minor_version.marco_micro_version]) diff --git a/meson.build b/meson.build index b38d2858..b4af822d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'marco', 'c', - version: '1.26.1', + version: '1.26.2', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], -- cgit v1.2.1