aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2016-07-27 21:07:24 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2016-07-27 21:07:24 +0200
commit1bda3f82a158057de2fe4916ce1ecc158ce650fb (patch)
treecf285a329738c2d7b61e76cc2639186a1426514b
parente55392fb99c1224750884740ebd047762fcadcaa (diff)
downloadcolorize-1bda3f82a158057de2fe4916ce1ecc158ce650fb.tar.gz
colorize-1bda3f82a158057de2fe4916ce1ecc158ce650fb.tar.bz2
colorize 0.59v0.59
-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 423545d..944c71d 100644
--- a/colorize.1
+++ b/colorize.1
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2015-03-02" "colorize v0.58" "User Commands"
+.TH COLORIZE 1 "2015-03-02" "colorize v0.59" "User Commands"
.SH NAME
colorize \- colorize text with escape sequences
.SH SYNOPSIS
diff --git a/colorize.c b/colorize.c
index 5f64ce7..7323f51 100644
--- a/colorize.c
+++ b/colorize.c
@@ -116,7 +116,7 @@
#define DEBUG_FILE "debug.txt"
-#define VERSION "0.58"
+#define VERSION "0.59"
typedef enum { false, true } bool;