diff --git a/configure.ac b/configure.ac index 67de9f406..fc9d94da8 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/meson.build b/meson.build index 1670c6303..8cc30d9b4 100644 --- a/meson.build +++ b/meson.build @@ -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')