diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-08-17 22:35:03 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-08-17 22:35:03 +0200 |
commit | df39786cf8092e479f7de292965439ff9a155696 (patch) | |
tree | 80a54e1eb42149c1c05156263bfa45dae4e8b2ce | |
parent | 2132b9543b9b82bb5cea8f54fa41feeaed2c7ba0 (diff) | |
download | colorize-df39786cf8092e479f7de292965439ff9a155696.tar.gz colorize-df39786cf8092e479f7de292965439ff9a155696.tar.bz2 |
colorize 0.62v0.62
-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. |