summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3b34b8e..ee71c6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-input-libinput],
- [1.2.1],
+ [1.3.0],
[https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues],
[xf86-input-libinput])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/meson.build b/meson.build
index cb0926f..ffa9b87 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('xf86-input-libinput', 'c',
- version: '1.2.1', # bump version in configure.ac
+ version: '1.3.0', # bump version in configure.ac
default_options: ['warning_level=2'],
meson_version: '>= 0.50.0')