From 743e75340d0882c7338eee51e03148984774a532 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sun, 9 Jun 2024 21:27:28 +0200 Subject: colorize 0.66 --- colorize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colorize.c') diff --git a/colorize.c b/colorize.c index a1e1398..157c4f0 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-2019 Steven Schubiger + * Copyright (c) 2011-2022 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 @@ -132,7 +132,7 @@ #define PROGRAM_NAME "colorize" -#define VERSION "0.65" +#define VERSION "0.66" typedef enum { false, true } bool; -- cgit v1.2.3