]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.56 v0.56
authorSteven Schubiger <stsc@refcnt.org>
Wed, 17 Jun 2015 13:29:25 +0000 (15:29 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 17 Jun 2015 13:29:25 +0000 (15:29 +0200)
colorize.1
colorize.c

index e6bab8b68b5833def574c5a99dcc1c2648065947..15eda624402585714894f45dfa37b284be8958aa 100644 (file)
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2015-03-02" "colorize v0.55" "User Commands"
+.TH COLORIZE 1 "2015-03-02" "colorize v0.56" "User Commands"
 .SH NAME
 colorize \- colorize text with escape sequences
 .SH SYNOPSIS
index 1d3ea2b4cbe0622d87d0c8907b38f509a00133f2..abeb665f474bf2de57789a3b784686cadafbc543 100644 (file)
 
 #define DEBUG_FILE "debug.txt"
 
-#define VERSION "0.55"
+#define VERSION "0.56"
 
 typedef enum { false, true } bool;