[libgnomekbd] 3.28.1



commit 1ca55e9f3644eb20ccee1042a7fa4158465f4aef
Author: Corentin Noël <corentin noel collabora com>
Date:   Sun Sep 4 18:49:33 2022 +0200

    3.28.1

 NEWS         | 3 +++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5b18782..166c388 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+3.28.1:
+        Land several fixes to meson build definitions to align with autotools
+
 3.28.0:
         Translation updates
         Require GLib 2.44
diff --git a/configure.ac b/configure.ac
index c30ffef..d987c3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl ***************************************************************************
 dnl *** configure.in for libgnomekbd                                        ***
 dnl ***************************************************************************
-AC_INIT(libgnomekbd, 3.28.0, [https://gitlab.gnome.org/GNOME/libgnomekbd/-/issues])
+AC_INIT(libgnomekbd, 3.28.1, [https://gitlab.gnome.org/GNOME/libgnomekbd/-/issues])
 AC_PREREQ(2.62)
 
 VERSION_INFO=8:0:0
diff --git a/meson.build b/meson.build
index c6c2a6e..cf8a9f5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libgnomekbd', 'c',
-        version: '3.28.0',
+        version: '3.28.1',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]