Signed-off-by: Michal Soltys <[email protected]>
---
 drivers/apcsmart.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/apcsmart.c b/drivers/apcsmart.c
index ac459de..d080a7d 100644
--- a/drivers/apcsmart.c
+++ b/drivers/apcsmart.c
@@ -24,7 +24,7 @@
 #include "apcsmart.h"
 
 #define DRIVER_NAME    "APC Smart protocol driver"
-#define DRIVER_VERSION "2.03"
+#define DRIVER_VERSION "2.1"
 
 static upsdrv_info_t table_info = {
        "APC command table",
@@ -38,8 +38,9 @@ static upsdrv_info_t table_info = {
 upsdrv_info_t upsdrv_info = {
        DRIVER_NAME,
        DRIVER_VERSION,
-       "Russell Kroll <[email protected]>\n" \
-       "Nigel Metheringham <[email protected]>",
+       "Russell Kroll <[email protected]>\n"
+       "Nigel Metheringham <[email protected]>\n"
+       "Michal Soltys <[email protected]>",
        DRV_STABLE,
        { &table_info, NULL }
 };
-- 
1.7.2.1


_______________________________________________
Nut-upsdev mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev

Reply via email to