]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.59 v0.59
authorSteven Schubiger <stsc@refcnt.org>
Wed, 27 Jul 2016 19:07:24 +0000 (21:07 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 27 Jul 2016 19:07:24 +0000 (21:07 +0200)
colorize.1
colorize.c

index 423545db8e6e14517c3660d8b57a5315d0688427..944c71d6a874b7ec6b57666bee049395788e989f 100644 (file)
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2015-03-02" "colorize v0.58" "User Commands"
+.TH COLORIZE 1 "2015-03-02" "colorize v0.59" "User Commands"
 .SH NAME
 colorize \- colorize text with escape sequences
 .SH SYNOPSIS
index 5f64ce762430c78add614cc1101aea4a1f7674dc..7323f51d4657eb1066a4974d6ebd001fb0bd979b 100644 (file)
 
 #define DEBUG_FILE "debug.txt"
 
-#define VERSION "0.58"
+#define VERSION "0.59"
 
 typedef enum { false, true } bool;