Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 13, 2011
1 parent 986036f commit 6366310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posterize.c
Expand Up @@ -184,7 +184,7 @@ void usage(const char *exepath)
{
const char *name = strrchr(exepath, '/');
if (name) name++; else name = exepath;
fprintf(stderr, "Median Cut PNG Posterizer 1.1 (2011).\n" \
fprintf(stderr, "Median Cut PNG Posterizer 1.2 (2011).\n" \
"Usage: %s [-d] levels\n\n" \
"Specify number of levels 2-255 as an argument. -d enables dithering\n" \
"Image is always read from stdin and written to stdout.\n"
Expand Down

0 comments on commit 6366310

Please sign in to comment.