diff options
-rw-r--r-- | colorize.1 | 2 | ||||
-rw-r--r-- | colorize.c | 2 | ||||
-rw-r--r-- | debian/changelog | 5 |
3 files changed, 5 insertions, 4 deletions
@@ -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 @@ -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 <stsc@refcnt.org> Wed, 06 Dec 2017 22:24:31 +0100 + -- Steven Schubiger <stsc@refcnt.org> Wed, 06 Dec 2017 22:48:42 +0100 colorize (0.62-1) unstable; urgency=low |