Skip to content

Commit

Permalink
libwacom 1.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Jan 17, 2022
1 parent 7ebaa81 commit 8beb88e
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
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libwacom], [1.12]) # change meson.build as well
AC_INIT([libwacom], [1.12.1]) # change meson.build as well
AC_CONFIG_HEADERS([config.h])

# Initialize Automake
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('libwacom', 'c',
version: '1.12', # change configure.ac as well
version: '1.12.1', # change configure.ac as well
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.50.0')
Expand Down

0 comments on commit 8beb88e

Please sign in to comment.