diff options
-rw-r--r-- | colorize.1 | 2 | ||||
-rw-r--r-- | colorize.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -102,7 +102,7 @@ #define COLOR_SEP_CHAR '/' -#define VERSION "0.53" +#define VERSION "0.54" typedef enum { false, true } bool; |