diff options
author | Pierre Ossman <drzeus-list@drzeus.cx> | 2005-07-11 14:19:35 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-10 11:08:56 -0700 |
commit | 3462b925414a146d4c2252de97d20f89218d1ffb (patch) | |
tree | 69c56646fdcb3092cb064b9a7fa88a1ed3936789 | |
parent | e62b8b2bc73b2433239a2ac394c2fafd50c43d9e (diff) | |
download | linux-3.10-3462b925414a146d4c2252de97d20f89218d1ffb.tar.gz linux-3.10-3462b925414a146d4c2252de97d20f89218d1ffb.tar.bz2 linux-3.10-3462b925414a146d4c2252de97d20f89218d1ffb.zip |
[PATCH] wbsd version bump
Even though the changes are minor for the next release an increasing
version number simplifies my support issues.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/mmc/wbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c index 8b487ed1069..974f2f36bdb 100644 --- a/drivers/mmc/wbsd.c +++ b/drivers/mmc/wbsd.c @@ -42,7 +42,7 @@ #include "wbsd.h" #define DRIVER_NAME "wbsd" -#define DRIVER_VERSION "1.2" +#define DRIVER_VERSION "1.3" #ifdef CONFIG_MMC_DEBUG #define DBG(x...) \ |