aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2013-11-06 20:52:54 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2013-11-06 20:52:54 +0100
commit1e96a9284dde2717737cb3c1d2b5f77026b30fc1 (patch)
treea6261540c3506355d2cd538b73fd0bbfd356c316
parentf1289be2be39a408a09eeb91b524f78405799dbc (diff)
downloadcolorize-1e96a9284dde2717737cb3c1d2b5f77026b30fc1.tar.gz
colorize-1e96a9284dde2717737cb3c1d2b5f77026b30fc1.tar.bz2
colorize 0.52v0.52
-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 d209a49..4fa99fd 100644
--- a/colorize.1
+++ b/colorize.1
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2013-10-20" "colorize v0.51" "User Commands"
+.TH COLORIZE 1 "2013-10-20" "colorize v0.52" "User Commands"
.SH NAME
colorize \- colorize text with escape sequences
.SH SYNOPSIS
diff --git a/colorize.c b/colorize.c
index 2b9e5fe..319c799 100644
--- a/colorize.c
+++ b/colorize.c
@@ -94,7 +94,7 @@
#define COLOR_SEP_CHAR '/'
-#define VERSION "0.51"
+#define VERSION "0.52"
typedef unsigned short bool;