summaryrefslogtreecommitdiff
path: root/backend/sceptre.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/sceptre.c')
-rw-r--r--backend/sceptre.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/sceptre.c b/backend/sceptre.c
index 62f28ff..7f5d4e4 100644
--- a/backend/sceptre.c
+++ b/backend/sceptre.c
@@ -1315,12 +1315,12 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback __sane_unused__ authorize
DBG (DBG_proc, "sane_init: enter\n");
DBG (DBG_error, "This is sane-sceptre version %d.%d-%d\n", SANE_CURRENT_MAJOR,
- V_MINOR, BUILD);
+ SANE_CURRENT_MINOR, BUILD);
DBG (DBG_error, "(C) 2002 by Frank Zago\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);
}
fp = sanei_config_open (SCEPTRE_CONFIG_FILE);