aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-12-06 22:59:25 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-12-06 22:59:25 +0100
commitaa263791f3e5e06ffd46621fdf9132921f8911a5 (patch)
tree0cd02f3ab2b847f64b0abd9addcebba9638de82b /colorize.c
parentb9bcf07d976c82c56d2bd29c1df0fc6445d8eb48 (diff)
downloadcolorize-aa263791f3e5e06ffd46621fdf9132921f8911a5.tar.gz
colorize-aa263791f3e5e06ffd46621fdf9132921f8911a5.tar.bz2
colorize 0.63v0.63
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 0cf44cb..1d83781 100644
--- a/colorize.c
+++ b/colorize.c
@@ -122,7 +122,7 @@
#define MAX_ATTRIBUTE_CHARS (6 * 2)
-#define VERSION "0.62"
+#define VERSION "0.63"
typedef enum { false, true } bool;