Bumped version number.

merge-requests/1/head
Eddy De Greef 2004-02-07 20:58:49 +00:00
rodzic 52dc4df31c
commit 8f3ad37072
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ static void debug_drv_stop (SANE_Handle hndl);
/* CIS drivers for 600CP, 1200CP, and 1200CP+
Version 0.11-devel, author Eddy De Greef */
Version 0.13-beta, author Eddy De Greef */
static SANE_Status cis600_drv_init (SANE_Int options,
SANE_String_Const port,

Wyświetl plik

@ -19,7 +19,7 @@ static Mustek_pp_Functions Mustek_pp_Drivers[] = {
debug_drv_stop
},
{
"cis600", "Eddy De Greef", "0.11-devel",
"cis600", "Eddy De Greef", "0.13-beta",
cis600_drv_init,
cis_drv_capabilities,
cis_drv_open,
@ -31,7 +31,7 @@ static Mustek_pp_Functions Mustek_pp_Drivers[] = {
cis_drv_stop
},
{
"cis1200", "Eddy De Greef", "0.11-devel",
"cis1200", "Eddy De Greef", "0.13-beta",
cis1200_drv_init,
cis_drv_capabilities,
cis_drv_open,
@ -43,7 +43,7 @@ static Mustek_pp_Functions Mustek_pp_Drivers[] = {
cis_drv_stop
},
{
"cis1200+", "Eddy De Greef", "0.11-devel",
"cis1200+", "Eddy De Greef", "0.13-beta",
cis1200p_drv_init,
cis_drv_capabilities,
cis_drv_open,