set pixma version to 0.16.3

merge-requests/1/head
Rolf Bensch 2012-02-03 15:22:53 +01:00
rodzic 4b86c157a3
commit 873eba4fa4
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
2012-02-03 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma.h: set PIXMA_VERSION_{MAJOR,MINOR,BUILD} to 0.16.3.
2012-02-03 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/scripts/pixma_gen_options.py: script to generate
backend/pixma_sane_options.c and backend/pixma_sane_options.h

Wyświetl plik

@ -113,7 +113,7 @@ typedef uint32_t uint32_t;
/**@{*/
#define PIXMA_VERSION_MAJOR 0
#define PIXMA_VERSION_MINOR 16
#define PIXMA_VERSION_BUILD 2
#define PIXMA_VERSION_BUILD 3
/**@}*/
/** \name Error codes */