From 4e8795f4598581309f8804182c5fdc776e04038c Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Wed, 11 Feb 2026 13:14:48 +0100 Subject: colorize 0.67 --- colorize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colorize.c') diff --git a/colorize.c b/colorize.c index eb8f7c0..6736200 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-2022 Steven Schubiger + * Copyright (c) 2011-2024 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 @@ -133,7 +133,7 @@ #define PROGRAM_NAME "colorize" -#define VERSION "0.66" +#define VERSION "0.67" typedef enum { false, true } bool; -- cgit v1.2.3