summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-07-14 13:45:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-07-14 13:59:17 +1000
commitf2df07587e5ff89a6c5b2246bc468211c31cf43a (patch)
tree0e89b3f381dcc3578beec070daff6d19c8e14baf
parente71404e3d500762ea25e40ec7d0c4a34d3978762 (diff)
downloadxf86-input-wacom-f2df07587e5ff89a6c5b2246bc468211c31cf43a.tar.gz
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e8dcc5b..c50035e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
AC_PREREQ([2.60])
# bump version in meson.build
AC_INIT([xf86-input-wacom],
- [1.0.0],
+ [1.1.0],
[https://github.com/linuxwacom/xf86-input-wacom/issues/],
[xf86-input-wacom])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/meson.build b/meson.build
index 0c2fb7f..2166b20 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('xf86-input-wacom', 'c',
- version : '1.0.0', # bump version in configure.ac
+ version : '1.1.0', # bump version in configure.ac
license : 'MIT/Expat',
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.51.0')