X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=blobdiff_plain;f=colorize.c;h=213b8c602eda31b0b072f5bbc9618508301e3f92;hp=58625fb56db157019419ed04a50357f2b1c7e10e;hb=1c779da68910e183c8e3139b441ab367abe3d7e1;hpb=4655e8c06df10fefccf97e48663d906b3af044d6 diff --git a/colorize.c b/colorize.c index 58625fb..213b8c6 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-2017 Steven Schubiger + * Copyright (c) 2011-2018 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 @@ -124,7 +124,7 @@ #define PROGRAM_NAME "colorize" -#define VERSION "0.63" +#define VERSION "0.64" typedef enum { false, true } bool;