From: Steven Schubiger Date: Wed, 6 Dec 2017 21:59:25 +0000 (+0100) Subject: colorize 0.63 X-Git-Tag: v0.63 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=aa263791f3e5e06ffd46621fdf9132921f8911a5 colorize 0.63 --- diff --git a/colorize.1 b/colorize.1 index 0084b09..66d1678 100644 --- a/colorize.1 +++ b/colorize.1 @@ -1,4 +1,4 @@ -.TH COLORIZE 1 "2017-07-16" "colorize v0.62" "User Commands" +.TH COLORIZE 1 "2017-07-16" "colorize v0.63" "User Commands" .SH NAME colorize \- colorize text on terminal with ANSI escape sequences .SH SYNOPSIS diff --git a/colorize.c b/colorize.c index 0cf44cb..1d83781 100644 --- a/colorize.c +++ b/colorize.c @@ -122,7 +122,7 @@ #define MAX_ATTRIBUTE_CHARS (6 * 2) -#define VERSION "0.62" +#define VERSION "0.63" typedef enum { false, true } bool; diff --git a/debian/changelog b/debian/changelog index 41b2f3f..6d48f1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -colorize (0.62-2) UNRELEASED; urgency=medium +colorize (0.63-1) unstable; urgency=low + * New upstream release. * Declare compliance with Debian Policy 4.1.2. (No changes needed.) * debian/rules: eliminate trailing whitespace. - -- Steven Schubiger Wed, 06 Dec 2017 22:24:31 +0100 + -- Steven Schubiger Wed, 06 Dec 2017 22:48:42 +0100 colorize (0.62-1) unstable; urgency=low