mitsud90: bump backend version

This commit is contained in:
Solomon Peachy 2020-02-28 23:41:13 -05:00
parent 90338f0017
commit 327a5a2a68
2 changed files with 1 additions and 3 deletions

View File

@ -222,8 +222,6 @@ const char *mitsu_temperatures(uint8_t temp)
const char *mitsu_media_types(int printer, uint8_t brand, uint8_t type)
{
UNUSED(printer);
if (brand == 0xff) { /* Mitsubishi */
if (printer == P_MITSU_M1) {
if (type == 0x02)

View File

@ -1601,7 +1601,7 @@ static const char *mitsud90_prefixes[] = {
/* Exported */
struct dyesub_backend mitsud90_backend = {
.name = "Mitsubishi CP-D90/CP-M1",
.version = "0.19" " (lib " LIBMITSU_VER ")",
.version = "0.20" " (lib " LIBMITSU_VER ")",
.uri_prefixes = mitsud90_prefixes,
.cmdline_arg = mitsud90_cmdline_arg,
.cmdline_usage = mitsud90_cmdline,