]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.54 v0.54
authorSteven Schubiger <stsc@refcnt.org>
Mon, 2 Jun 2014 18:06:26 +0000 (20:06 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Mon, 2 Jun 2014 18:06:26 +0000 (20:06 +0200)
colorize.1
colorize.c

index 84606a9d0bce157eba67dad9f6669187b8be6add..ff39b3a4ca7e9f151f2bf595067bd4d4155c9a23 100644 (file)
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2014-01-02" "colorize v0.53" "User Commands"
+.TH COLORIZE 1 "2014-01-02" "colorize v0.54" "User Commands"
 .SH NAME
 colorize \- colorize text with escape sequences
 .SH SYNOPSIS
index 9ffac2692222fff81774bb605268a2ad086c1a45..26eaa2f5ee9092ac7d11862cf3e9b4ae741af604 100644 (file)
 
 #define COLOR_SEP_CHAR '/'
 
-#define VERSION "0.53"
+#define VERSION "0.54"
 
 typedef enum { false, true } bool;