aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-04-27 22:55:20 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-04-27 22:55:20 +0200
commit9e27da967973e089efe2f71f6279ebc4fe284c1a (patch)
treee045ee85c7f2f3a5e50008d33f7c708e8a8576ee /colorize.c
parentf1c44195b0950ef15dc9108025dbc2251b274225 (diff)
downloadcolorize-9e27da967973e089efe2f71f6279ebc4fe284c1a.tar.gz
colorize-9e27da967973e089efe2f71f6279ebc4fe284c1a.tar.bz2
colorize 0.61v0.61
Diffstat (limited to 'colorize.c')
-rw-r--r--colorize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorize.c b/colorize.c
index 7683e1c..84677fb 100644
--- a/colorize.c
+++ b/colorize.c
@@ -120,7 +120,7 @@
#define MAX_ATTRIBUTE_CHARS (5 * 2)
-#define VERSION "0.60"
+#define VERSION "0.61"
typedef enum { false, true } bool;