]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.58 v0.58
authorSteven Schubiger <stsc@refcnt.org>
Thu, 21 Jan 2016 11:06:41 +0000 (12:06 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Thu, 21 Jan 2016 11:06:41 +0000 (12:06 +0100)
colorize.1
colorize.c

index 1ce1a7250e78ac5f8f2d0765209e8d1b0545d4b8..423545db8e6e14517c3660d8b57a5315d0688427 100644 (file)
@@ -1,4 +1,4 @@
-.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
index 3b25357a9fab37665273a0374a8b79bd3e298390..eb2be2f5080eb9acfa3a58f52fd977d29efe671f 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-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;