From d8efe151e693f9099ec5d7182fc073cb28f23126 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Mon, 2 Jun 2014 20:06:26 +0200 Subject: colorize 0.54 --- colorize.1 | 2 +- colorize.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colorize.1 b/colorize.1 index 84606a9..ff39b3a 100644 --- a/colorize.1 +++ b/colorize.1 @@ -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 diff --git a/colorize.c b/colorize.c index 9ffac26..26eaa2f 100644 --- a/colorize.c +++ b/colorize.c @@ -102,7 +102,7 @@ #define COLOR_SEP_CHAR '/' -#define VERSION "0.53" +#define VERSION "0.54" typedef enum { false, true } bool; -- cgit v1.2.3