[Nut-upsdev] [RFC apcsmart V3 14/18] drivers/apcsmart.c: update version and authors

Michal Soltys soltys at ziu.info
Sat Mar 5 10:38:31 UTC 2011


Signed-off-by: Michal Soltys <soltys at ziu.info>
---
 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 <rkroll at exploits.org>\n" \
-	"Nigel Metheringham <Nigel.Metheringham at Intechnology.co.uk>",
+	"Russell Kroll <rkroll at exploits.org>\n"
+	"Nigel Metheringham <Nigel.Metheringham at Intechnology.co.uk>\n"
+	"Michal Soltys <soltys at ziu.info>",
 	DRV_STABLE,
 	{ &table_info, NULL }
 };
-- 
1.7.2.1




More information about the Nut-upsdev mailing list