diff options
author | Christian Hesse <mail@eworm.de> | 2014-02-25 13:20:42 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-02-25 13:20:42 +0100 |
commit | b92fb11e9f5111706eea19f0eebff2b7fd1d9f68 (patch) | |
tree | 784c30f49ef0bd27b40ce9790c9a58af117f8d67 /lib/libcqrlogo.h | |
parent | 94405f6b6011aaee0c5258425092720b46a79308 (diff) | |
download | cqrlogo-b92fb11e9f5111706eea19f0eebff2b7fd1d9f68.tar.gz cqrlogo-b92fb11e9f5111706eea19f0eebff2b7fd1d9f68.tar.zst |
make comment string to header file
Diffstat (limited to 'lib/libcqrlogo.h')
-rw-r--r-- | lib/libcqrlogo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcqrlogo.h b/lib/libcqrlogo.h index 8ce04f2..7ccd4cf 100644 --- a/lib/libcqrlogo.h +++ b/lib/libcqrlogo.h @@ -45,6 +45,7 @@ struct cqrconf_t { #define CQR_VERSION 0x4 #define CQR_LIBVERSION 0x8 +#define COMMENTSTR "QR-Code created by cqrlogo - https://github.com/eworm-de/cqrlogo" #define VERSIONSTR VERSION " (" __DATE__ ", " __TIME__ ")" #define LIBSSTR "libqrencode %s, libpng %s, zlib %s" |