Skip to content

Commit 1fcc938

Browse files
committed
update version 3.3.2
1 parent c392972 commit 1fcc938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/drivers/rtmouse.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* rtmouse.c
44
* Raspberry Pi Mouse device driver
55
*
6-
* Version: 3.3.1
6+
* Version: 3.3.2
77
*
88
* Copyright (C) 2015-2021 RT Corporation <shop@rt-net.jp>
99
*
@@ -50,7 +50,7 @@
5050

5151
MODULE_AUTHOR("RT Corporation");
5252
MODULE_LICENSE("GPL");
53-
MODULE_VERSION("3.3.1");
53+
MODULE_VERSION("3.3.2");
5454
MODULE_DESCRIPTION("Raspberry Pi Mouse device driver");
5555

5656
static int _major_dev[ID_DEV_SIZE] = {

0 commit comments

Comments
 (0)