diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-11 11:20:22 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-07-11 11:20:22 +0200 |
commit | 0052131a09f14b24930f5fe14a86ea9b0ab5da6f (patch) | |
tree | d21b243af44601a9fea08d6d2cdcf47c7aab3fe3 /cqrlogo.c | |
parent | a45da9ba650c965b8e1fe310f320f83c78f9b5b4 (diff) | |
download | cqrlogo-0052131a09f14b24930f5fe14a86ea9b0ab5da6f.tar.gz cqrlogo-0052131a09f14b24930f5fe14a86ea9b0ab5da6f.tar.zst |
add date and time to version
Diffstat (limited to 'cqrlogo.c')
-rw-r--r-- | cqrlogo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ int generate_png (struct bitmap_t *bitmap, char *http_referer) { png_set_compression_level(png_ptr, Z_BEST_COMPRESSION); #ifdef PNG_TEXT_SUPPORTED -#define VERSIONSTR VERSION " (libpng %s, zlib %s)" +#define VERSIONSTR VERSION " (" __DATE__ ", " __TIME__ ", libpng %s, zlib %s)" png_text text[3]; char *version; |