diff options
Diffstat (limited to 'backend/sp15c.c')
-rw-r--r-- | backend/sp15c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/sp15c.c b/backend/sp15c.c index 6feada5..a3ad5c2 100644 --- a/backend/sp15c.c +++ b/backend/sp15c.c @@ -281,7 +281,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize) 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); fp = sanei_config_open (SP15C_CONFIG_FILE); if (!fp) { |