From 116fa157591ce07a6f77e611653ac570485294c5 Mon Sep 17 00:00:00 2001 From: Tatsunosuke Tobita Date: Mon, 13 Apr 2026 19:27:34 +0900 Subject: [PATCH] input-wacom 1.6.0 Signed-off-by: Tatsunosuke Tobita --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c1a20f6f..bff19035 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([input-wacom], - [1.5.0]) + [1.6.0]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h])