]> git.refcnt.org Git - colorize.git/blobdiff - colorize.c
colorize 0.53
[colorize.git] / colorize.c
index d03cf67bb89268d62a166d1123cf5734888612cf..9a5646f30b587b985a51740c3c56f139d945e0f3 100644 (file)
@@ -2,7 +2,7 @@
  * 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
@@ -96,7 +96,7 @@
 
 #define COLOR_SEP_CHAR '/'
 
-#define VERSION "0.52"
+#define VERSION "0.53"
 
 typedef enum { false, true } bool;