]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.63 v0.63
authorSteven Schubiger <stsc@refcnt.org>
Wed, 6 Dec 2017 21:59:25 +0000 (22:59 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 6 Dec 2017 21:59:25 +0000 (22:59 +0100)
colorize.1
colorize.c
debian/changelog

index 0084b0998fd9df6ac78c58040b0b7ccd041177ed..66d16782da09a2c8e63193f1259a80c80063c2d1 100644 (file)
@@ -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
index 0cf44cb310efebb3d17e5c8756b272622f427ade..1d83781d6df5ff3fb636312aca4fd24f81753bd5 100644 (file)
 
 #define MAX_ATTRIBUTE_CHARS (6 * 2)
 
-#define VERSION "0.62"
+#define VERSION "0.63"
 
 typedef enum { false, true } bool;
 
index 41b2f3f60b5e5e2868ef92f7c2cbc6097af5d366..6d48f1bb2c9a15749d22e7511e5f779b0da2a5c6 100644 (file)
@@ -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