aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--colorize.12
-rw-r--r--colorize.c2
-rw-r--r--debian/changelog6
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 <stsc@refcnt.org> Thu, 27 Apr 2017 19:41:04 +0200
+
colorize (0.60-1) unstable; urgency=low
* Initial Debian package version.