Lines Matching defs:version
7 published by the Free Software Foundation; either version 2 of the
8 License, or (at your option) any later version.
43 /* Please increase version number with every change
685 SANE_Int version;
696 status = (*(op_init_t)be->op[OP_INIT]) (&version, auth_callback);
700 if (SANE_VERSION_MAJOR (version) != SANE_CURRENT_MAJOR)
703 "init: backend `%s' has a wrong major version (%d instead of %d)\n",
704 be->name, SANE_VERSION_MAJOR (version), SANE_CURRENT_MAJOR);
707 DBG (4, "init: backend `%s' is version %d.%d.%d\n", be->name,
708 SANE_VERSION_MAJOR (version), SANE_VERSION_MINOR (version),
709 SANE_VERSION_BUILD (version));
951 DBG (1, "sane_init: SANE dll backend version %s from %s\n", DLL_VERSION,
965 /* Return the version number of the sane-backends package to allow