From 302276dc1b90cfc972fb726ca94a23b18f4b0088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 Feb 2022 15:24:35 +0100 Subject: New upstream version 1.1.1 --- backend/rts8891.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/rts8891.c') diff --git a/backend/rts8891.c b/backend/rts8891.c index e8d57b8..fa5d17a 100644 --- a/backend/rts8891.c +++ b/backend/rts8891.c @@ -315,11 +315,11 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize) /* init backend debug */ DBG_INIT (); DBG (DBG_info, "SANE Rts8891 backend version %d.%d-%d\n", - SANE_CURRENT_MAJOR, V_MINOR, BUILD); + SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, BUILD); DBG (DBG_proc, "sane_init: start\n"); if (version_code) - *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, V_MINOR, BUILD); + *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, BUILD); /* cold-plugging case : probe for already plugged devices */ status = probe_rts8891_devices (); -- cgit v1.2.3