From 4aab05f10e44b2c990f603b5ecbaff49c65871e8 Mon Sep 17 00:00:00 2001 From: Joshua Dickens Date: Tue, 29 Oct 2024 14:55:35 -0700 Subject: [PATCH] wacom 1.2.3 Signed-off-by: Joshua Dickens --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d833c7e9..f54d2c8d 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ([2.60]) # bump version in meson.build AC_INIT([xf86-input-wacom], - [1.2.2], + [1.2.3], [https://github.com/linuxwacom/xf86-input-wacom/issues/], [xf86-input-wacom]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/meson.build b/meson.build index 36f56aac..139dc3f4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('xf86-input-wacom', 'c', - version : '1.2.2', # bump version in configure.ac + version : '1.2.3', # bump version in configure.ac license : 'MIT/Expat', default_options : [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.51.0')