summaryrefslogtreecommitdiff
path: root/backend/coolscan3.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/coolscan3.c')
-rw-r--r--backend/coolscan3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/coolscan3.c b/backend/coolscan3.c
index 5bc5b5e..f279c9c 100644
--- a/backend/coolscan3.c
+++ b/backend/coolscan3.c
@@ -317,7 +317,7 @@ sane_init(SANE_Int * version_code, SANE_Auth_Callback authorize)
authorize = authorize; /* to shut up compiler */
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);
sanei_usb_init();