From 743e75340d0882c7338eee51e03148984774a532 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sun, 9 Jun 2024 21:27:28 +0200 Subject: [PATCH] colorize 0.66 --- colorize.1 | 2 +- colorize.c | 4 ++-- debian/changelog | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/colorize.1 b/colorize.1 index 5168dac..afa1f87 100644 --- a/colorize.1 +++ b/colorize.1 @@ -1,4 +1,4 @@ -.TH COLORIZE 1 "2019-09-01" "colorize v0.65" "User Commands" +.TH COLORIZE 1 "2019-09-01" "colorize v0.66" "User Commands" .SH NAME colorize \- colorize text on terminal with ANSI escape sequences .SH SYNOPSIS 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; diff --git a/debian/changelog b/debian/changelog index 7165266..150c98e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -colorize (0.65-2) UNRELEASED; urgency=medium +colorize (0.66-1) unstable; urgency=low + * New upstream release. * Declare compliance with Debian Policy 4.7.0. (No changes needed.) * debian/copyright: amend years. * debian/control: use v13 mode of debhelper-compat package. * debian/control: update Homepage link. - -- Steven Schubiger Sun, 09 Jun 2024 21:08:26 +0200 + -- Steven Schubiger Sun, 09 Jun 2024 21:20:11 +0200 colorize (0.65-1) unstable; urgency=low -- 2.39.2