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 "2015-03-02" "colorize v0.56" "User Commands" +.TH COLORIZE 1 "2015-03-02" "colorize v0.57" "User Commands" .SH NAME colorize \- colorize text with escape sequences .SH SYNOPSIS @@ -110,7 +110,7 @@ #define DEBUG_FILE "debug.txt" -#define VERSION "0.56" +#define VERSION "0.57" typedef enum { false, true } bool; |