From: Steven Schubiger Date: Thu, 27 Apr 2017 20:55:20 +0000 (+0200) Subject: colorize 0.61 X-Git-Tag: v0.61 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=9e27da967973e089efe2f71f6279ebc4fe284c1a colorize 0.61 --- diff --git a/colorize.1 b/colorize.1 index de53070..6bd04b3 100644 --- a/colorize.1 +++ b/colorize.1 @@ -1,4 +1,4 @@ -.TH COLORIZE 1 "2017-04-21" "colorize v0.60" "User Commands" +.TH COLORIZE 1 "2017-04-21" "colorize v0.61" "User Commands" .SH NAME colorize \- colorize text with escape sequences .SH SYNOPSIS diff --git a/colorize.c b/colorize.c index 7683e1c..84677fb 100644 --- a/colorize.c +++ b/colorize.c @@ -120,7 +120,7 @@ #define MAX_ATTRIBUTE_CHARS (5 * 2) -#define VERSION "0.60" +#define VERSION "0.61" typedef enum { false, true } bool; diff --git a/debian/changelog b/debian/changelog index 72cc33d..bbaed6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +colorize (0.61-1) unstable; urgency=low + + * New upstream release. + + -- Steven Schubiger Thu, 27 Apr 2017 19:41:04 +0200 + colorize (0.60-1) unstable; urgency=low * Initial Debian package version.