From e415bbdbcba85de010f73eed09761752fd1880d1 Mon Sep 17 00:00:00 2001 From: Richard Sailer Date: Thu, 22 Aug 2019 04:18:41 +0200 Subject: [PATCH] Bump version to 2.0.0 due to major rewrites, refactoring and new feature --- dkms.conf | 2 +- src/tuxedo_keyboard.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dkms.conf b/dkms.conf index e2353f3..a788cc3 100644 --- a/dkms.conf +++ b/dkms.conf @@ -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 diff --git a/src/tuxedo_keyboard.c b/src/tuxedo_keyboard.c index f0cd793..f2c8b9b 100644 --- a/src/tuxedo_keyboard.c +++ b/src/tuxedo_keyboard.c @@ -32,7 +32,7 @@ MODULE_AUTHOR ("Christian Loritz / TUXEDO Computer GmbH "); 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 :::: */