Skip to content

Commit 36d9887

Browse files
committed
prepare 0.41
1 parent 8ba1e2c commit 36d9887

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tp_smapi version 0.40
1+
tp_smapi version 0.41
22
IBM ThinkPad hardware functions driver
33

44
Author: Shem Multinymous <multinymous@gmail.com>

thinkpad_ec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#include <linux/semaphore.h>
4646
#endif
4747

48-
#define TP_VERSION "0.40"
48+
#define TP_VERSION "0.41"
4949

5050
MODULE_AUTHOR("Shem Multinymous");
5151
MODULE_DESCRIPTION("ThinkPad embedded controller hardware access");

tp_smapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#include <asm/uaccess.h>
4848
#include <asm/io.h>
4949

50-
#define TP_VERSION "0.40"
50+
#define TP_VERSION "0.41"
5151
#define TP_DESC "ThinkPad SMAPI Support"
5252
#define TP_DIR "smapi"
5353

0 commit comments

Comments
 (0)