From ba00d1dd8674ff05bd2a9f43c1198eeabcd1db47 Mon Sep 17 00:00:00 2001 From: Sergey Udaltsov Date: Tue, 8 Jun 2021 19:53:03 +0100 Subject: Release 2.33 --- NEWS | 2 ++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0013981..b2376c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +2.33 38 commits + Translations updated 2.32 95 commits Translations updated 2.31 86 commits diff --git a/configure.ac b/configure.ac index bb90a56..ed36dbd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 2.32) # change version in meson.build as well +AC_INIT(xkeyboard-config, 2.33) # change version in meson.build as well AC_CONFIG_SRCDIR(rules/base.xml) AM_INIT_AUTOMAKE([foreign dist-bzip2]) diff --git a/meson.build b/meson.build index 2a63f85..97617e3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('xkeyboard-config', - version: '2.32', # change version in configure.ac as well + version: '2.33', # change version in configure.ac as well license: 'MIT/Expat', meson_version: '>= 0.54.0') -- cgit v1.2.1