prepare 0.41

This commit is contained in:
Evgeni Golov 2011-07-28 19:06:30 +02:00
parent 8ba1e2cffc
commit 36d9887ba5
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -1,4 +1,4 @@
tp_smapi version 0.40
tp_smapi version 0.41
IBM ThinkPad hardware functions driver
Author: Shem Multinymous <multinymous@gmail.com>

View File

@ -45,7 +45,7 @@
#include <linux/semaphore.h>
#endif
#define TP_VERSION "0.40"
#define TP_VERSION "0.41"
MODULE_AUTHOR("Shem Multinymous");
MODULE_DESCRIPTION("ThinkPad embedded controller hardware access");

View File

@ -47,7 +47,7 @@
#include <asm/uaccess.h>
#include <asm/io.h>
#define TP_VERSION "0.40"
#define TP_VERSION "0.41"
#define TP_DESC "ThinkPad SMAPI Support"
#define TP_DIR "smapi"