libdmtx 0.7.8.8
libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety.
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1
10#ifndef __CONFIG_H__
11#define __CONFIG_H__
12
13#ifdef __cplusplus
14extern "C"
15{
16#endif
17
18 /* clang-format off */
19#define PACKAGE_NAME "dmtx"
20#define PACKAGE_VERSION "0.7.8.8"
21#define PACKAGE_VERSION_MAJOR 0
22#define PACKAGE_VERSION_MINOR 7
23#define PACKAGE_VERSION_PATCH 8
24#define PACKAGE_VERSION_TWEAK 8
25#define PACKAGE_DESCRIPTION "libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety."
26#define PACKAGE_HOMEPAGE_URL "https://github.com/zmoth/libdmtx.git"
27 /* clang-format on */
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* __CONFIG_H__ */