diff options
author | Steven Schubiger <stsc@refcnt.org> | 2015-06-17 15:29:25 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2015-06-17 15:29:25 +0200 |
commit | f18acf8d9ca24308161afa186a505cd74eea646e (patch) | |
tree | 46c67ed09ecd199003067ac92d5c9579e703094d | |
parent | 97cb2378dac4a73e7546196a05117390da8a8b02 (diff) | |
download | colorize-f18acf8d9ca24308161afa186a505cd74eea646e.tar.gz colorize-f18acf8d9ca24308161afa186a505cd74eea646e.tar.bz2 |
colorize 0.56v0.56
-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.55" "User Commands" +.TH COLORIZE 1 "2015-03-02" "colorize v0.56" "User Commands" .SH NAME colorize \- colorize text with escape sequences .SH SYNOPSIS @@ -108,7 +108,7 @@ #define DEBUG_FILE "debug.txt" -#define VERSION "0.55" +#define VERSION "0.56" typedef enum { false, true } bool; |