diff options
author | Steven Schubiger <stsc@refcnt.org> | 2016-07-27 21:07:24 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2016-07-27 21:07:24 +0200 |
commit | 1bda3f82a158057de2fe4916ce1ecc158ce650fb (patch) | |
tree | cf285a329738c2d7b61e76cc2639186a1426514b /colorize.c | |
parent | e55392fb99c1224750884740ebd047762fcadcaa (diff) | |
download | colorize-1bda3f82a158057de2fe4916ce1ecc158ce650fb.tar.gz colorize-1bda3f82a158057de2fe4916ce1ecc158ce650fb.tar.bz2 |
colorize 0.59v0.59
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ #define DEBUG_FILE "debug.txt" -#define VERSION "0.58" +#define VERSION "0.59" typedef enum { false, true } bool; |