From ced2e118847ec5f0603d281049fd1e830ba0aeff Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 13 Sep 2015 10:31:00 -0400 Subject: [PATCH] bump a couple of things. --- backend_common.c | 2 +- backend_kodak6800.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend_common.c b/backend_common.c index 9cffcda..b234b8e 100644 --- a/backend_common.c +++ b/backend_common.c @@ -564,7 +564,7 @@ static struct dyesub_backend *backends[] = { &kodak1400_backend, &shinkos1245_backend, &shinkos2145_backend, - &shinkos6145_backend, + &shinkos6145_backend, &shinkos6245_backend, &updr150_backend, &mitsu70x_backend, diff --git a/backend_kodak6800.c b/backend_kodak6800.c index 579c066..7038a62 100644 --- a/backend_kodak6800.c +++ b/backend_kodak6800.c @@ -1165,7 +1165,7 @@ static int kodak6800_main_loop(void *vctx, int copies) { /* Exported */ struct dyesub_backend kodak6800_backend = { .name = "Kodak 6800/6850", - .version = "0.50", + .version = "0.51", .uri_prefix = "kodak6800", .cmdline_usage = kodak6800_cmdline, .cmdline_arg = kodak6800_cmdline_arg,