From 79240ac3976dac6369da84d61c6517498dbc5f15 Mon Sep 17 00:00:00 2001 From: Alex Belkin Date: Sun, 3 Jun 2012 01:48:45 +0400 Subject: [PATCH] increment BACKEND_BUILD to distinguish from buggy version --- backend/xerox_mfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/xerox_mfp.c b/backend/xerox_mfp.c index 3639c2d8a..2ef7078ae 100644 --- a/backend/xerox_mfp.c +++ b/backend/xerox_mfp.c @@ -32,7 +32,7 @@ #include "../include/sane/sanei_backend.h" #include "xerox_mfp.h" -#define BACKEND_BUILD 12 +#define BACKEND_BUILD 13 #define XEROX_CONFIG_FILE "xerox_mfp.conf" static const SANE_Device **devlist = NULL; /* sane_get_devices array */