-.TH COLORIZE 1 "2015-03-02" "colorize v0.57" "User Commands"
+.TH COLORIZE 1 "2015-03-02" "colorize v0.58" "User Commands"
.SH NAME
colorize \- colorize text with escape sequences
.SH SYNOPSIS
* colorize - Read text from standard input stream or file and print
* it colorized through use of ANSI escape sequences
*
- * Copyright (c) 2011-2015 Steven Schubiger
+ * Copyright (c) 2011-2016 Steven Schubiger
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
#define DEBUG_FILE "debug.txt"
-#define VERSION "0.57"
+#define VERSION "0.58"
typedef enum { false, true } bool;