mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 18:07:02 +00:00
change VERSION to ZINT_VERSION
This commit is contained in:
@@ -167,7 +167,7 @@ int ps_plot(struct zint_symbol *symbol)
|
||||
|
||||
/* Start writing the header */
|
||||
fprintf(feps, "%!PS-Adobe-3.0 EPSF-3.0\n");
|
||||
fprintf(feps, "%%%%Creator: Zint %s\n", VERSION);
|
||||
fprintf(feps, "%%%%Creator: Zint %s\n", ZINT_VERSION);
|
||||
if(strlen(symbol->text) != 0) {
|
||||
fprintf(feps, "%%%%Title: %s\n",symbol->text);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user