bump a couple of things.

master
Solomon Peachy 2015-09-13 10:31:00 -04:00
parent 4a2536814e
commit ced2e11884
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,