Skip to content

Commit

Permalink
xf86-input-wacom 1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Apr 15, 2024
1 parent d557881 commit 418e38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -24,7 +24,7 @@
AC_PREREQ([2.60])
# bump version in meson.build
AC_INIT([xf86-input-wacom],
[1.2.1],
[1.2.2],
[https://github.com/linuxwacom/xf86-input-wacom/issues/],
[xf86-input-wacom])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,5 +1,5 @@
project('xf86-input-wacom', 'c',
version : '1.2.1', # bump version in configure.ac
version : '1.2.2', # bump version in configure.ac
license : 'MIT/Expat',
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.51.0')
Expand Down

0 comments on commit 418e38f

Please sign in to comment.