diff options
author | Steven Schubiger <stsc@refcnt.org> | 2013-08-04 17:18:30 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2013-08-04 17:18:30 +0200 |
commit | 083595d502d2ddfad6ff4a925ea464dc66d65cb3 (patch) | |
tree | f21a868b9fd45c02758ef97f866dec6748c32639 | |
parent | 5028bdc63573b90e18980b0de1eed49d003bad2e (diff) | |
download | colorize-083595d502d2ddfad6ff4a925ea464dc66d65cb3.tar.gz colorize-083595d502d2ddfad6ff4a925ea464dc66d65cb3.tar.bz2 |
colorize 0.51v0.51
-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 "2013-06-16" "colorize v0.50" "User Commands" +.TH COLORIZE 1 "2013-06-16" "colorize v0.51" "User Commands" .SH NAME colorize \- colorize text with escape sequences .SH SYNOPSIS @@ -94,7 +94,7 @@ #define COLOR_SEP_CHAR '/' -#define VERSION "0.50" +#define VERSION "0.51" typedef unsigned short bool; |