diff options
author | Steven Schubiger <stsc@refcnt.org> | 2014-06-02 20:06:26 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2014-06-02 20:06:26 +0200 |
commit | d8efe151e693f9099ec5d7182fc073cb28f23126 (patch) | |
tree | 157878e972b9eff9d7bf251b3be08b2b741b685e | |
parent | c8a31492d05451ad2b7d8131e48247bd74b6c12a (diff) | |
download | colorize-d8efe151e693f9099ec5d7182fc073cb28f23126.tar.gz colorize-d8efe151e693f9099ec5d7182fc073cb28f23126.tar.bz2 |
colorize 0.54v0.54
-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; |