watchdog: hpwdt: Update version number.
[sfrench/cifs-2.6.git] / drivers / watchdog / hpwdt.c
index eb947bc2591557650c1910dfb6a040bae09c6777..7af358b3e2782e20fc8896080ac36e5ecf3a4820 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/watchdog.h>
 #include <asm/nmi.h>
 
-#define HPWDT_VERSION                  "2.0.0"
+#define HPWDT_VERSION                  "2.0.1"
 #define SECS_TO_TICKS(secs)            ((secs) * 1000 / 128)
 #define TICKS_TO_SECS(ticks)           ((ticks) * 128 / 1000)
 #define HPWDT_MAX_TIMER                        TICKS_TO_SECS(65535)