Skip to content

Commit cae8fde

Browse files
authored
Fix version (#38)
* Fix version Correction of https://github.com/rt-net/RaspberryPiMouse/pull/22/files#diff-3bf0890d22e6e638ddbf764783c3cce3R6 * Migrate to Semantic Versioning
1 parent beb35e8 commit cae8fde

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: 1:1.5
6+
* Version: 2.0.0
77
*
88
* Copyright (C) 2015-2020 RT Corporation <shop@rt-net.jp>
99
*
@@ -55,7 +55,7 @@
5555

5656
MODULE_AUTHOR("RT Corporation");
5757
MODULE_LICENSE("GPL");
58-
MODULE_VERSION("1:1.4");
58+
MODULE_VERSION("2.0.0");
5959
MODULE_DESCRIPTION("Raspberry Pi Mouse device driver");
6060

6161
/* --- Device Numbers --- */

0 commit comments

Comments
 (0)