]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.57 v0.57
authorSteven Schubiger <stsc@refcnt.org>
Sun, 4 Oct 2015 13:07:20 +0000 (15:07 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 4 Oct 2015 13:07:20 +0000 (15:07 +0200)
colorize.1
colorize.c

index 15eda624402585714894f45dfa37b284be8958aa..1ce1a7250e78ac5f8f2d0765209e8d1b0545d4b8 100644 (file)
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2015-03-02" "colorize v0.56" "User Commands"
+.TH COLORIZE 1 "2015-03-02" "colorize v0.57" "User Commands"
 .SH NAME
 colorize \- colorize text with escape sequences
 .SH SYNOPSIS
index 06ef8fba68707d2a477c0b3042756282b42c664c..7bd79d0dece86609cc51ed808b1d5a1b8af4d14a 100644 (file)
 
 #define DEBUG_FILE "debug.txt"
 
-#define VERSION "0.56"
+#define VERSION "0.57"
 
 typedef enum { false, true } bool;