change VERSION to ZINT_VERSION

This commit is contained in:
taipanromania 2008-09-18 14:36:31 +00:00
parent 57e7ab8c89
commit fa21baafce
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ void usage(void)
" --secure=NUMBER (PDF417 and QR Code) Error correction level.\n"
" --primary=STRING (Maxicode and Composite) Structured primary message.\n"
" --mode=NUMBER (Maxicode and Composite) Set encoding mode.\n"
, VERSION);
, ZINT_VERSION);
}
int main(int argc, char **argv)