From 31f03095bcc8fb3098df86431e0059340a17775f Mon Sep 17 00:00:00 2001 From: YusukeKato Date: Tue, 19 Nov 2024 17:49:31 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=923.3.4=E3=81=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/drivers/rtmouse_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drivers/rtmouse_main.c b/src/drivers/rtmouse_main.c index df071f5..0f415a1 100644 --- a/src/drivers/rtmouse_main.c +++ b/src/drivers/rtmouse_main.c @@ -3,7 +3,7 @@ * rtmouse_main.c * Raspberry Pi Mouse device driver * - * Version: 3.3.3 + * Version: 3.3.4 * * Copyright (C) 2015-2024 RT Corporation * @@ -26,7 +26,7 @@ MODULE_AUTHOR("RT Corporation"); MODULE_LICENSE("GPL"); -MODULE_VERSION("3.3.3"); +MODULE_VERSION("3.3.4"); MODULE_DESCRIPTION("Raspberry Pi Mouse device driver"); /*