]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.53 v0.53
authorSteven Schubiger <stsc@refcnt.org>
Thu, 2 Jan 2014 20:33:43 +0000 (21:33 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Thu, 2 Jan 2014 20:33:43 +0000 (21:33 +0100)
colorize.1
colorize.c

index b703c36e7b47f8521ec4917e8e512973f5d6adc4..84606a9d0bce157eba67dad9f6669187b8be6add 100644 (file)
@@ -1,4 +1,4 @@
-.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
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;