diff options
author | lukefromdc <[email protected]> | 2025-09-22 17:59:15 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2025-09-22 17:59:15 -0400 |
commit | 87e3aadef2379c94ff6d47a6bc9c4d6006d334a9 (patch) | |
tree | 195f17916b5efc327c523ea98d78beb3e8708a0a | |
parent | b03c7601f910a95595f6b795b03e12889066efe3 (diff) | |
download | marco-master.tar.bz2 marco-master.tar.xz |
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 9 insertions, 4 deletions
@@ -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'], |