aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-08-17 22:35:03 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-08-17 22:35:03 +0200
commitdf39786cf8092e479f7de292965439ff9a155696 (patch)
tree80a54e1eb42149c1c05156263bfa45dae4e8b2ce /colorize.c
parent2132b9543b9b82bb5cea8f54fa41feeaed2c7ba0 (diff)
downloadcolorize-df39786cf8092e479f7de292965439ff9a155696.tar.gz
colorize-df39786cf8092e479f7de292965439ff9a155696.tar.bz2
colorize 0.62v0.62
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 cfc9159..e242c3f 100644
--- a/colorize.c
+++ b/colorize.c
@@ -120,7 +120,7 @@
#define MAX_ATTRIBUTE_CHARS (5 * 2)
-#define VERSION "0.61"
+#define VERSION "0.62"
typedef enum { false, true } bool;