From 9e27da967973e089efe2f71f6279ebc4fe284c1a Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Thu, 27 Apr 2017 22:55:20 +0200 Subject: colorize 0.61 --- colorize.1 | 2 +- colorize.c | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) 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. -- cgit v1.2.3