From 6be9faf1cbf403d2a855d97c1764de94bd61ae87 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sun, 4 Oct 2015 15:07:20 +0200 Subject: [PATCH] colorize 0.57 --- colorize.1 | 2 +- colorize.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colorize.1 b/colorize.1 index 15eda62..1ce1a72 100644 --- a/colorize.1 +++ b/colorize.1 @@ -1,4 +1,4 @@ -.TH COLORIZE 1 "2015-03-02" "colorize v0.56" "User Commands" +.TH COLORIZE 1 "2015-03-02" "colorize v0.57" "User Commands" .SH NAME colorize \- colorize text with escape sequences .SH SYNOPSIS diff --git a/colorize.c b/colorize.c index 06ef8fb..7bd79d0 100644 --- a/colorize.c +++ b/colorize.c @@ -110,7 +110,7 @@ #define DEBUG_FILE "debug.txt" -#define VERSION "0.56" +#define VERSION "0.57" typedef enum { false, true } bool; -- 2.39.2