]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.62 v0.62
authorSteven Schubiger <stsc@refcnt.org>
Thu, 17 Aug 2017 20:35:03 +0000 (22:35 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Thu, 17 Aug 2017 20:35:03 +0000 (22:35 +0200)
colorize.1
colorize.c
debian/changelog

index 26151d967d4c36cea017c3fca027624aa2e0b08d..0084b0998fd9df6ac78c58040b0b7ccd041177ed 100644 (file)
@@ -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
index cfc9159cac4242436a684c3b865ae0d9004d8cba..e242c3f89a0df70b976f972e86115890f477cfdb 100644 (file)
 
 #define MAX_ATTRIBUTE_CHARS (5 * 2)
 
-#define VERSION "0.61"
+#define VERSION "0.62"
 
 typedef enum { false, true } bool;
 
index 8d2df5e58382ad79e28f20295f5c0c676f3edcbd..831e87cca27532d5ae8d15670365f4c61c1037c4 100644 (file)
@@ -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.