We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948d0ba commit 4aab05fCopy full SHA for 4aab05f
configure.ac
@@ -24,7 +24,7 @@
24
AC_PREREQ([2.60])
25
# bump version in meson.build
26
AC_INIT([xf86-input-wacom],
27
- [1.2.2],
+ [1.2.3],
28
[https://github.com/linuxwacom/xf86-input-wacom/issues/],
29
[xf86-input-wacom])
30
AC_CONFIG_MACRO_DIR([m4])
meson.build
@@ -1,5 +1,5 @@
1
project('xf86-input-wacom', 'c',
2
- version : '1.2.2', # bump version in configure.ac
+ version : '1.2.3', # bump version in configure.ac
3
license : 'MIT/Expat',
4
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
5
meson_version : '>= 0.51.0')
0 commit comments