Skip to content

Commit 418e38f

Browse files
committed
xf86-input-wacom 1.2.2
Signed-off-by: Peter Hutterer <[email protected]>
1 parent d557881 commit 418e38f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
AC_PREREQ([2.60])
2525
# bump version in meson.build
2626
AC_INIT([xf86-input-wacom],
27-
[1.2.1],
27+
[1.2.2],
2828
[https://github.com/linuxwacom/xf86-input-wacom/issues/],
2929
[xf86-input-wacom])
3030
AC_CONFIG_MACRO_DIR([m4])

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('xf86-input-wacom', 'c',
2-
version : '1.2.1', # bump version in configure.ac
2+
version : '1.2.2', # bump version in configure.ac
33
license : 'MIT/Expat',
44
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
55
meson_version : '>= 0.51.0')

0 commit comments

Comments
 (0)