diff --git a/api.rst b/api.rst index 6271450..037a5e2 100644 --- a/api.rst +++ b/api.rst @@ -1093,10 +1093,10 @@ structure is given below. { SANE_Frame format; SANE_Bool last_frame; + SANE_Int bytes_per_line; + SANE_Int pixels_per_line; SANE_Int lines; SANE_Int depth; - SANE_Int pixels_per_line; - SANE_Int bytes_per_line; } SANE_Parameters; diff --git a/conf.py b/conf.py index 2690714..6b9bb06 100644 --- a/conf.py +++ b/conf.py @@ -20,7 +20,7 @@ import os project = 'SANE Standard' copyright = '' author = '' -version = 'Version 1.04' +version = 'Version 1.05' release = version # -- General configuration --------------------------------------------------- @@ -53,7 +53,7 @@ numfig_format = { 'section': '%s' } -today_fmt = '2006-01-03' +today_fmt = '2006-04-02' highlight_language = 'c'