diff --git a/backend/pixma/pixma.h b/backend/pixma/pixma.h index b27f81810..be288a3aa 100644 --- a/backend/pixma/pixma.h +++ b/backend/pixma/pixma.h @@ -119,8 +119,8 @@ typedef uint32_t uint32_t; /** \name Version of the driver */ /**@{*/ #define PIXMA_VERSION_MAJOR 0 -#define PIXMA_VERSION_MINOR 27 -#define PIXMA_VERSION_BUILD 7 +#define PIXMA_VERSION_MINOR 28 +#define PIXMA_VERSION_BUILD 0 /**@}*/ /** \name Error codes */ diff --git a/doc/descriptions/pixma.desc b/doc/descriptions/pixma.desc index 0ed1769a9..18564bd90 100644 --- a/doc/descriptions/pixma.desc +++ b/doc/descriptions/pixma.desc @@ -11,7 +11,7 @@ ; See doc/descriptions.txt for details. :backend "pixma" ; name of backend -:version "0.27.7" ; version of backend (or "unmaintained") +:version "0.28.0" ; version of backend (or "unmaintained") :manpage "sane-pixma" ; name of manpage (if it exists) ;:comment "Devices marked as experimantal are disabled by default. See the manual page for how to enable them."