X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=blobdiff_plain;f=colorize.c;h=9a5646f30b587b985a51740c3c56f139d945e0f3;hp=d03cf67bb89268d62a166d1123cf5734888612cf;hb=76aaf053b7016da083c0cdcacae05a8eb7f35688;hpb=0237c11d6bd25ad0063b90c8edf0f21a86baf912 diff --git a/colorize.c b/colorize.c index d03cf67..9a5646f 100644 --- a/colorize.c +++ b/colorize.c @@ -2,7 +2,7 @@ * colorize - Read text from standard input stream or file and print * it colorized through use of ANSI escape sequences * - * Copyright (c) 2011-2013 Steven Schubiger + * Copyright (c) 2011-2014 Steven Schubiger * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -96,7 +96,7 @@ #define COLOR_SEP_CHAR '/' -#define VERSION "0.52" +#define VERSION "0.53" typedef enum { false, true } bool;