From 5983e8208e9aaa6f9700d217ab21944d85b08e22 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 1 Feb 2022 08:24:13 +1000 Subject: [PATCH] wacom 0.99.1 Signed-off-by: Peter Hutterer --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a0112f42..7bdf7da7 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], - [0.40.0], + [0.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-input-wacom]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/meson.build b/meson.build index e597de8b..43dafbd3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('xf86-input-wacom', 'c', - version : '0.40.0', # bump version in configure.ac + version : '0.99.1', # bump version in configure.ac license : 'MIT/Expat', default_options : [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.50.0')