From f18acf8d9ca24308161afa186a505cd74eea646e Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Wed, 17 Jun 2015 15:29:25 +0200 Subject: colorize 0.56 --- colorize.1 | 2 +- colorize.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colorize.1 b/colorize.1 index e6bab8b..15eda62 100644 --- a/colorize.1 +++ b/colorize.1 @@ -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 diff --git a/colorize.c b/colorize.c index 1d3ea2b..abeb665 100644 --- a/colorize.c +++ b/colorize.c @@ -108,7 +108,7 @@ #define DEBUG_FILE "debug.txt" -#define VERSION "0.55" +#define VERSION "0.56" typedef enum { false, true } bool; -- cgit v1.2.3