mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Bump version to 2.0.0 due to major rewrites, refactoring and new feature
This commit is contained in:
parent
0611e54ec6
commit
e415bbdbcb
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE_NAME=tuxedo_keyboard
|
PACKAGE_NAME=tuxedo_keyboard
|
||||||
PACKAGE_VERSION=1
|
PACKAGE_VERSION=2.0.0
|
||||||
|
|
||||||
DEST_MODULE_LOCATION=/kernel/lib/
|
DEST_MODULE_LOCATION=/kernel/lib/
|
||||||
BUILT_MODULE_NAME=tuxedo_keyboard
|
BUILT_MODULE_NAME=tuxedo_keyboard
|
||||||
|
|
|
@ -32,7 +32,7 @@ MODULE_AUTHOR
|
||||||
("Christian Loritz / TUXEDO Computer GmbH <tux@tuxedocomputers.com>");
|
("Christian Loritz / TUXEDO Computer GmbH <tux@tuxedocomputers.com>");
|
||||||
MODULE_DESCRIPTION("TUXEDO Computer Keyboard Backlight Driver");
|
MODULE_DESCRIPTION("TUXEDO Computer Keyboard Backlight Driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION("1.0.0");
|
MODULE_VERSION("2.0.0");
|
||||||
|
|
||||||
/* :::: Module specific Constants and simple Macros :::: */
|
/* :::: Module specific Constants and simple Macros :::: */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue