summaryrefslogtreecommitdiff
path: root/backend/p5.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/p5.c')
-rw-r--r--backend/p5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/p5.c b/backend/p5.c
index 7e25cc1..558d9d2 100644
--- a/backend/p5.c
+++ b/backend/p5.c
@@ -164,12 +164,12 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
/* init backend debug */
DBG_INIT ();
DBG (DBG_info, "SANE P5 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");
DBG (DBG_trace, "sane_init: init_count=%d\n", init_count);
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_p5_devices ();