aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2013-08-04 17:18:30 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2013-08-04 17:18:30 +0200
commit083595d502d2ddfad6ff4a925ea464dc66d65cb3 (patch)
treef21a868b9fd45c02758ef97f866dec6748c32639
parent5028bdc63573b90e18980b0de1eed49d003bad2e (diff)
downloadcolorize-083595d502d2ddfad6ff4a925ea464dc66d65cb3.tar.gz
colorize-083595d502d2ddfad6ff4a925ea464dc66d65cb3.tar.bz2
colorize 0.51v0.51
-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 4f9ffcd..3ccf558 100644
--- a/colorize.1
+++ b/colorize.1
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2013-06-16" "colorize v0.50" "User Commands"
+.TH COLORIZE 1 "2013-06-16" "colorize v0.51" "User Commands"
.SH NAME
colorize \- colorize text with escape sequences
.SH SYNOPSIS
diff --git a/colorize.c b/colorize.c
index 3bb628a..827de87 100644
--- a/colorize.c
+++ b/colorize.c
@@ -94,7 +94,7 @@
#define COLOR_SEP_CHAR '/'
-#define VERSION "0.50"
+#define VERSION "0.51"
typedef unsigned short bool;