aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-08-17 22:35:03 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-08-17 22:35:03 +0200
commitdf39786cf8092e479f7de292965439ff9a155696 (patch)
tree80a54e1eb42149c1c05156263bfa45dae4e8b2ce
parent2132b9543b9b82bb5cea8f54fa41feeaed2c7ba0 (diff)
downloadcolorize-df39786cf8092e479f7de292965439ff9a155696.tar.gz
colorize-df39786cf8092e479f7de292965439ff9a155696.tar.bz2
colorize 0.62v0.62
-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 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 <stsc@refcnt.org> Thu, 17 Aug 2017 22:26:17 +0200
+
colorize (0.61-2) UNRELEASED; urgency=medium
* debian/rules: trim down.