aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2015-06-17 15:29:25 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2015-06-17 15:29:25 +0200
commitf18acf8d9ca24308161afa186a505cd74eea646e (patch)
tree46c67ed09ecd199003067ac92d5c9579e703094d
parent97cb2378dac4a73e7546196a05117390da8a8b02 (diff)
downloadcolorize-0.56.tar.gz
colorize-0.56.tar.bz2
colorize 0.56v0.56
-rw-r--r--colorize.12
-rw-r--r--colorize.c2
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;