Browse Source

rtc: rtc-sh: Bump version up to reflect single IRQ support changes.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 years ago
parent
commit
e26b926a56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/rtc/rtc-sh.c

+ 1 - 1
drivers/rtc/rtc-sh.c

@@ -28,7 +28,7 @@
 #include <asm/rtc.h>
 #include <asm/rtc.h>
 
 
 #define DRV_NAME	"sh-rtc"
 #define DRV_NAME	"sh-rtc"
-#define DRV_VERSION	"0.2.0"
+#define DRV_VERSION	"0.2.1"
 
 
 #define RTC_REG(r)	((r) * rtc_reg_size)
 #define RTC_REG(r)	((r) * rtc_reg_size)