diff --git a/backend_common.c b/backend_common.c index af46334..d074f2e 100644 --- a/backend_common.c +++ b/backend_common.c @@ -31,7 +31,7 @@ #include #include -#define BACKEND_VERSION "0.100" +#define BACKEND_VERSION "0.101" #ifndef URI_PREFIX #error "Must Define URI_PREFIX" #endif diff --git a/backend_dnpds40.c b/backend_dnpds40.c index 2fdb21d..d0955cd 100644 --- a/backend_dnpds40.c +++ b/backend_dnpds40.c @@ -3206,7 +3206,7 @@ static const char *dnpds40_prefixes[] = { /* Exported */ struct dyesub_backend dnpds40_backend = { .name = "DNP DS-series / Citizen C-series", - .version = "0.125", + .version = "0.126", .uri_prefixes = dnpds40_prefixes, .flags = BACKEND_FLAG_JOBLIST, .cmdline_usage = dnpds40_cmdline, diff --git a/backend_hiti.c b/backend_hiti.c index 0b115d2..4958adf 100644 --- a/backend_hiti.c +++ b/backend_hiti.c @@ -2182,7 +2182,7 @@ static const char *hiti_prefixes[] = { struct dyesub_backend hiti_backend = { .name = "HiTi Photo Printers", - .version = "0.16", + .version = "0.17", .uri_prefixes = hiti_prefixes, .cmdline_usage = hiti_cmdline, .cmdline_arg = hiti_cmdline_arg, diff --git a/backend_mitsu70x.c b/backend_mitsu70x.c index ffe9873..a715e5a 100644 --- a/backend_mitsu70x.c +++ b/backend_mitsu70x.c @@ -2563,7 +2563,7 @@ static const char *mitsu70x_prefixes[] = { /* Exported */ struct dyesub_backend mitsu70x_backend = { .name = "Mitsubishi CP-D70 family", - .version = "0.95", + .version = "0.96", .uri_prefixes = mitsu70x_prefixes, .flags = BACKEND_FLAG_JOBLIST, .cmdline_usage = mitsu70x_cmdline,