From df39786cf8092e479f7de292965439ff9a155696 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Thu, 17 Aug 2017 22:35:03 +0200 Subject: colorize 0.62 --- 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 26151d9..0084b09 100644 --- a/colorize.1 +++ b/colorize.1 @@ -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 diff --git a/colorize.c b/colorize.c index cfc9159..e242c3f 100644 --- a/colorize.c +++ b/colorize.c @@ -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 Thu, 17 Aug 2017 22:26:17 +0200 + colorize (0.61-2) UNRELEASED; urgency=medium * debian/rules: trim down. -- cgit v1.2.3