Skip to content

Commit

Permalink
input-wacom 0.48.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua-Dickens <Joshua@Joshua-Dickens.com>
  • Loading branch information
Joshua-Dickens committed Sep 27, 2021
1 parent 44edda0 commit 5fe2ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([input-wacom],
[0.47.0])
[0.48.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
Expand Down Expand Up @@ -211,7 +211,7 @@ EXPLODED_VER="WCM_EXPLODE($MODUTS)"
if test "$EXPLODED_VER" -lt "WCM_EXPLODE(3.7)"; then
AC_MSG_ERROR(m4_normalize([Kernels older than 3.7 are no longer supported by input-wacom.
For newer Wacom models, please upgrade your system to a newer kernel.
For old Wacom models, 'input-wacom-0.47.0' may still support the device]))
For old Wacom models, 'input-wacom-0.48.0' may still support the device]))
elif test "$EXPLODED_VER" -lt "WCM_EXPLODE(3.17)"; then
WCM_KERNEL_VER="3.7"
elif test "$EXPLODED_VER" -lt "WCM_EXPLODE(4.5)"; then
Expand Down

0 comments on commit 5fe2ee5

Please sign in to comment.