Skip to content

Commit fdd0f24

Browse files
committed
drivers/bcmxcp*.c: bump {SUB,}DRIVER_VERSION due to PR #2270
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent b30a034 commit fdd0f24

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/bcmxcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ TODO List:
116116
#include "bcmxcp.h"
117117

118118
#define DRIVER_NAME "BCMXCP UPS driver"
119-
#define DRIVER_VERSION "0.39"
119+
#define DRIVER_VERSION "0.40"
120120

121121
#define MAX_NUT_NAME_LENGTH 128
122122
#define NUT_OUTLET_POSITION 7

drivers/bcmxcp_ser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "nut_stdint.h"
77

88
#define SUBDRIVER_NAME "RS-232 communication subdriver"
9-
#define SUBDRIVER_VERSION "0.22"
9+
#define SUBDRIVER_VERSION "0.23"
1010

1111
/* communication driver description structure */
1212
upsdrv_info_t bcmxcp_comm_upsdrv_info = {

drivers/bcmxcp_usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <unistd.h>
1313

1414
#define SUBDRIVER_NAME "USB communication subdriver"
15-
#define SUBDRIVER_VERSION "0.28"
15+
#define SUBDRIVER_VERSION "0.29"
1616

1717
/* communication driver description structure
1818
* NOTE: Renamed from comm_upsdrv_info to avoid conflict

0 commit comments

Comments
 (0)