diff options
-rw-r--r-- | colorize.1 | 2 | ||||
-rw-r--r-- | colorize.c | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.TH COLORIZE 1 "2017-07-16" "colorize v0.61" "User Commands" +.TH COLORIZE 1 "2017-07-16" "colorize v0.62" "User Commands" .SH NAME colorize \- colorize text on terminal with ANSI escape sequences .SH SYNOPSIS @@ -120,7 +120,7 @@ #define MAX_ATTRIBUTE_CHARS (5 * 2) -#define VERSION "0.61" +#define VERSION "0.62" typedef enum { false, true } bool; diff --git a/debian/changelog b/debian/changelog index 8d2df5e..831e87c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +colorize (0.62-1) unstable; urgency=low + + * New upstream release. + + -- Steven Schubiger <stsc@refcnt.org> Thu, 17 Aug 2017 22:26:17 +0200 + colorize (0.61-2) UNRELEASED; urgency=medium * debian/rules: trim down. |