From 6eded3eea7801986396e99eb32d6c51cdcb28b80 Mon Sep 17 00:00:00 2001 From: SeerLite Date: Wed, 1 Dec 2021 21:55:29 -0300 Subject: [PATCH] Release 2.34-1 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 715ea751..d78d4a3e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config-bbkt, 2.34) # change version in meson.build as well +AC_INIT(xkeyboard-config-bbkt, 2.34-1) # 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 6f51b221..dad4feaa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('xkeyboard-config', - version: '2.34', # change version in configure.ac as well + version: '2.34-1', # change version in configure.ac as well license: 'MIT/Expat', meson_version: '>= 0.54.0')