diff options
author | lukefromdc <[email protected]> | 2024-04-04 01:31:28 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-04-04 01:31:28 -0400 |
commit | 95edc464496af666567a604378640155d6c33732 (patch) | |
tree | 17710a64c70531064f45d702902ff21fe95f7583 | |
parent | fee79b7559965d8ae3b4b8e213717b525c703c1b (diff) | |
download | mate-desktop-95edc464496af666567a604378640155d6c33732.tar.bz2 mate-desktop-95edc464496af666567a604378640155d6c33732.tar.xz |
Bump version to 1.29.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,5 @@ +### mate-desktop 1.29.0 + ### mate-desktop 1.28.2 * Make MateImageMenuItem subclassable diff --git a/configure.ac b/configure.ac index 50d74f4..2f6882f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) -m4_define([mate_minor], [28]) -m4_define([mate_micro], [2]) +m4_define([mate_minor], [29]) +m4_define([mate_micro], [0]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), diff --git a/meson.build b/meson.build index 8a22ca9..2cb5ac9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mate-desktop', 'c', - version: '1.28.2', + version: '1.29.0', license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ], ) |