Skip to content

Commit 87e3aad

Browse files
committed
Release 1.29.1
1 parent b03c760 commit 87e3aad

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

NEWS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
### mate-desktop 1.29.0
1+
### marco 1.29.1
2+
* fix package name this file last two entries
3+
* update translations
4+
* ci: trigger full release on new tag
5+
6+
### marco 1.29.0
27

38
* window: Add configurable mouse actions for titlebar
49
* theme: Fix left-side Fitt's Law
@@ -17,7 +22,7 @@
1722
* tabpopup: Stop spamming the ATs with label changes at startup
1823
* tabpopup: Report the window as active to a11y when it's showing
1924

20-
### mate-desktop 1.28.1
25+
### marco 1.28.1
2126

2227
* fix packaging with meson
2328

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ(2.58)
22

33
m4_define([marco_major_version], [1])
44
m4_define([marco_minor_version], [29])
5-
m4_define([marco_micro_version], [0])
5+
m4_define([marco_micro_version], [1])
66

77
m4_define([marco_version],
88
[marco_major_version.marco_minor_version.marco_micro_version])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'marco', 'c',
3-
version: '1.29.0',
3+
version: '1.29.1',
44
meson_version: '>=0.47.0',
55
license: 'GPL2',
66
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],

0 commit comments

Comments
 (0)