diff options
Diffstat (limited to 'backend/hs2p.c')
-rw-r--r-- | backend/hs2p.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/hs2p.c b/backend/hs2p.c index ec9eec9..76f4b96 100644 --- a/backend/hs2p.c +++ b/backend/hs2p.c @@ -1565,14 +1565,14 @@ sane_init (SANE_Int * version_code, /*DBG (DBG_sane_init, "> sane_init (authorize = %p)\n", (void *) authorize); */ #if defined PACKAGE && defined VERSION DBG (DBG_sane_init, "> sane_init: hs2p backend version %d.%d-%d (" - PACKAGE " " VERSION ")\n", SANE_CURRENT_MAJOR, V_MINOR, BUILD); + PACKAGE " " VERSION ")\n", SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, BUILD); #endif /* sanei_thread_init (); */ if (version_code) - *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, V_MINOR, 0); + *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, 0); if ((fp = sanei_config_open (HS2P_CONFIG_FILE)) != NULL) |