Skip to content

Commit

Permalink
release 0.43
Browse files Browse the repository at this point in the history
closes: #32
  • Loading branch information
evgeni committed Feb 24, 2018
1 parent 76c5120 commit a63729a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tp_smapi version 0.42
tp_smapi version 0.43
IBM ThinkPad hardware functions driver

Author: Shem Multinymous <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion thinkpad_ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include <linux/semaphore.h>
#endif

#define TP_VERSION "0.42"
#define TP_VERSION "0.43"

MODULE_AUTHOR("Shem Multinymous");
MODULE_DESCRIPTION("ThinkPad embedded controller hardware access");
Expand Down
2 changes: 1 addition & 1 deletion tp_smapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <asm/uaccess.h>
#include <asm/io.h>

#define TP_VERSION "0.42"
#define TP_VERSION "0.43"
#define TP_DESC "ThinkPad SMAPI Support"
#define TP_DIR "smapi"

Expand Down
2 changes: 1 addition & 1 deletion tp_smapi.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define module tp_smapi
%define version 0.42
%define version 0.43

Name: %{module}
Version: %{version}
Expand Down

0 comments on commit a63729a

Please sign in to comment.