-.TH COLORIZE 1 "2014-01-02" "colorize v0.52" "User Commands"
+.TH COLORIZE 1 "2014-01-02" "colorize v0.53" "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-2013 Steven Schubiger
+ * Copyright (c) 2011-2014 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 COLOR_SEP_CHAR '/'
-#define VERSION "0.52"
+#define VERSION "0.53"
typedef enum { false, true } bool;