From d884cf3135c1ea29141e54fee8b54eb7b04f1492 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 12 Feb 2024 23:59:27 +0100 Subject: release 1.28.0 --- NEWS | 12 ++++++++---- configure.ac | 4 ++-- meson.build | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 5e65eab..394a0ee 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ +### libmatekbd 1.28.0 + + * Translations update + ### libmatekbd 1.27.1 - * tx: sync with transifex + * Translations update * Fix pkg-config --libs libmatekbdui errors * https://github.com/mate-desktop/mate-control-center/issues/707 * Add meson compilation support @@ -14,7 +18,7 @@ ### libmatekbd 1.27.0 - * tx: sync with transifex + * Translations update * configure.ac: The macro 'AC_HELP_STRING' is obsolete * tx: update resource * tx: migrate config file @@ -23,7 +27,7 @@ ### libmatekbd 1.26.0 - * tx: sync with transifex + * Translations update * build: show package name and version in configure summary * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME * Remove USE_MATE2_MACROS from autogen.sh (legacy) @@ -38,7 +42,7 @@ ### libmatekbd 1.24.0 - * tx: sync with transifex + * Translations update * build: add configuration summary * Use gresources for UI files * matekbd-keyboard-config: Value stored to 'clen' is never read diff --git a/configure.ac b/configure.ac index 58297cf..e3d7b73 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ dnl *************************************************************************** dnl *** configure.in for libmatekbd *** dnl *************************************************************************** m4_define([libmatekbd_major_version], [1]) -m4_define([libmatekbd_minor_version], [27]) -m4_define([libmatekbd_micro_version], [1]) +m4_define([libmatekbd_minor_version], [28]) +m4_define([libmatekbd_micro_version], [0]) m4_define([libmatekbd_version],[libmatekbd_major_version.libmatekbd_minor_version.libmatekbd_micro_version]) AC_INIT([libmatekbd], [libmatekbd_version], [https://github.com/mate-desktop/libmatekbd]) diff --git a/meson.build b/meson.build index c1a57e1..17e41bd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libmatekbd', 'c', - version: '1.27.1', + version: '1.28.0', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', -- cgit v1.2.1