]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.61 v0.61
authorSteven Schubiger <stsc@refcnt.org>
Thu, 27 Apr 2017 20:55:20 +0000 (22:55 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Thu, 27 Apr 2017 20:55:20 +0000 (22:55 +0200)
colorize.1
colorize.c
debian/changelog

index de530709e25c83a75dac338d4ad3a6e876a09899..6bd04b3c61c98d940c0b043d60cb9a5ce94d5e71 100644 (file)
@@ -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
index 7683e1c70c6137f0ecf316fe3fd31f14e2fbff4c..84677fb2afb56727aeb00cece2c7095364364a0a 100644 (file)
 
 #define MAX_ATTRIBUTE_CHARS (5 * 2)
 
-#define VERSION "0.60"
+#define VERSION "0.61"
 
 typedef enum { false, true } bool;
 
index 72cc33dbe230652e160042b63bd28a5901594b83..bbaed6c0a54a35c83636d164341bebf1a00a34c6 100644 (file)
@@ -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.