Bump version to 2.0.0 due to major rewrites, refactoring and new feature

This commit is contained in:
Richard Sailer 2019-08-22 04:18:41 +02:00
parent 0611e54ec6
commit e415bbdbcb
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
PACKAGE_NAME=tuxedo_keyboard
PACKAGE_VERSION=1
PACKAGE_VERSION=2.0.0
DEST_MODULE_LOCATION=/kernel/lib/
BUILT_MODULE_NAME=tuxedo_keyboard

View file

@ -32,7 +32,7 @@ MODULE_AUTHOR
("Christian Loritz / TUXEDO Computer GmbH <tux@tuxedocomputers.com>");
MODULE_DESCRIPTION("TUXEDO Computer Keyboard Backlight Driver");
MODULE_LICENSE("GPL");
MODULE_VERSION("1.0.0");
MODULE_VERSION("2.0.0");
/* :::: Module specific Constants and simple Macros :::: */