summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-02-15 11:19:37 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-02-15 11:19:37 +1000
commit1534ca8778ca62dda988929422bfa11217071ec8 (patch)
tree23d312edf137fc69ec910086e8a0e26767563f36
parent5eb768c3a6eb0f6543e68d0cc0a6fc8cbc1060c4 (diff)
downloadxf86-input-wacom-1534ca8778ca62dda988929422bfa11217071ec8.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 fc892ce..1245a7d 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],
- [0.99.3],
+ [1.0.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 b3c7c67..8349a1f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('xf86-input-wacom', 'c',
- version : '0.99.3', # bump version in configure.ac
+ version : '1.0.0', # bump version in configure.ac
license : 'MIT/Expat',
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.51.0')