summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-09-04 18:49:33 +0200
committerCorentin Noël <tintou@noel.tf>2022-09-04 18:53:19 +0200
commit1ca55e9f3644eb20ccee1042a7fa4158465f4aef (patch)
tree8b88e174df82355ee7721821559b54a2129ec3f8
parentabbd13c5812441ab9261c5ec7cb4685f719ce947 (diff)
downloadlibgnomekbd-1ca55e9f3644eb20ccee1042a7fa4158465f4aef.tar.gz
3.28.13.28.1
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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',