aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--colorize.12
-rw-r--r--colorize.c2
-rw-r--r--debian/changelog5
3 files changed, 5 insertions, 4 deletions
diff --git a/colorize.1 b/colorize.1
index 0084b09..66d1678 100644
--- a/colorize.1
+++ b/colorize.1
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2017-07-16" "colorize v0.62" "User Commands"
+.TH COLORIZE 1 "2017-07-16" "colorize v0.63" "User Commands"
.SH NAME
colorize \- colorize text on terminal with ANSI escape sequences
.SH SYNOPSIS
diff --git a/colorize.c b/colorize.c
index 0cf44cb..1d83781 100644
--- a/colorize.c
+++ b/colorize.c
@@ -122,7 +122,7 @@
#define MAX_ATTRIBUTE_CHARS (6 * 2)
-#define VERSION "0.62"
+#define VERSION "0.63"
typedef enum { false, true } bool;
diff --git a/debian/changelog b/debian/changelog
index 41b2f3f..6d48f1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-colorize (0.62-2) UNRELEASED; urgency=medium
+colorize (0.63-1) unstable; urgency=low
+ * New upstream release.
* Declare compliance with Debian Policy 4.1.2.
(No changes needed.)
* debian/rules: eliminate trailing whitespace.
- -- Steven Schubiger <stsc@refcnt.org> Wed, 06 Dec 2017 22:24:31 +0100
+ -- Steven Schubiger <stsc@refcnt.org> Wed, 06 Dec 2017 22:48:42 +0100
colorize (0.62-1) unstable; urgency=low