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}