Skip to content

Commit

Permalink
wacom 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Mar 3, 2024
1 parent 3ce73a6 commit d73eb2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
AC_PREREQ([2.60])
# bump version in meson.build
AC_INIT([xf86-input-wacom],
[1.2.0],
[1.2.1],
[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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('xf86-input-wacom', 'c',
version : '1.1.0', # bump version in configure.ac
version : '1.2.1', # 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 d73eb2e

Please sign in to comment.