]> git.refcnt.org Git - colorize.git/blobdiff - colorize.c
colorize 0.64
[colorize.git] / colorize.c
index 58625fb56db157019419ed04a50357f2b1c7e10e..213b8c602eda31b0b072f5bbc9618508301e3f92 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-2017 Steven Schubiger
+ * Copyright (c) 2011-2018 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 PROGRAM_NAME "colorize"
 
-#define VERSION "0.63"
+#define VERSION "0.64"
 
 typedef enum { false, true } bool;