From 87e3aadef2379c94ff6d47a6bc9c4d6006d334a9 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Mon, 22 Sep 2025 17:59:15 -0400 Subject: Release 1.29.1 --- NEWS | 9 +++++++-- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 8c375bde..c65dbdfa 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -### mate-desktop 1.29.0 +### marco 1.29.1 + * fix package name this file last two entries + * update translations + * ci: trigger full release on new tag + +### marco 1.29.0 * window: Add configurable mouse actions for titlebar * theme: Fix left-side Fitt's Law @@ -17,7 +22,7 @@ * tabpopup: Stop spamming the ATs with label changes at startup * tabpopup: Report the window as active to a11y when it's showing -### mate-desktop 1.28.1 +### marco 1.28.1 * fix packaging with meson diff --git a/configure.ac b/configure.ac index 824fb2e6..1c309464 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.58) m4_define([marco_major_version], [1]) m4_define([marco_minor_version], [29]) -m4_define([marco_micro_version], [0]) +m4_define([marco_micro_version], [1]) m4_define([marco_version], [marco_major_version.marco_minor_version.marco_micro_version]) diff --git a/meson.build b/meson.build index 40b2ac9f..0ecd7824 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'marco', 'c', - version: '1.29.0', + version: '1.29.1', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], -- cgit v1.2.1