From a63729ab30d85430048f65c37f29188ab484cd52 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sat, 24 Feb 2018 16:59:51 +0100 Subject: [PATCH] release 0.43 closes: #32 --- Makefile | 2 +- README | 2 +- dkms.conf | 2 +- thinkpad_ec.c | 2 +- tp_smapi.c | 2 +- tp_smapi.spec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 444ac4d..aeb6e8c 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif ##################################################################### # Generate a stand-alone kernel patch -TP_VER := 0.42 +TP_VER := 0.43 ORG := a NEW := b PATCH := tp_smapi-$(TP_VER)-for-$(KVER).patch diff --git a/README b/README index 01d0876..d7d4a63 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -tp_smapi version 0.42 +tp_smapi version 0.43 IBM ThinkPad hardware functions driver Author: Shem Multinymous diff --git a/dkms.conf b/dkms.conf index f3c287a..03ef710 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="tp_smapi" -PACKAGE_VERSION="0.42" +PACKAGE_VERSION="0.43" MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build HDAPS=1" CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" BUILT_MODULE_NAME[0]="thinkpad_ec" diff --git a/thinkpad_ec.c b/thinkpad_ec.c index 13a707a..a8e812f 100644 --- a/thinkpad_ec.c +++ b/thinkpad_ec.c @@ -45,7 +45,7 @@ #include #endif -#define TP_VERSION "0.42" +#define TP_VERSION "0.43" MODULE_AUTHOR("Shem Multinymous"); MODULE_DESCRIPTION("ThinkPad embedded controller hardware access"); diff --git a/tp_smapi.c b/tp_smapi.c index 0c0e04c..6346287 100644 --- a/tp_smapi.c +++ b/tp_smapi.c @@ -47,7 +47,7 @@ #include #include -#define TP_VERSION "0.42" +#define TP_VERSION "0.43" #define TP_DESC "ThinkPad SMAPI Support" #define TP_DIR "smapi" diff --git a/tp_smapi.spec b/tp_smapi.spec index 87e149d..f4e6800 100644 --- a/tp_smapi.spec +++ b/tp_smapi.spec @@ -1,5 +1,5 @@ %define module tp_smapi -%define version 0.42 +%define version 0.43 Name: %{module} Version: %{version}