]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.60 v0.60
authorSteven Schubiger <stsc@refcnt.org>
Sun, 2 Apr 2017 21:35:23 +0000 (23:35 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 2 Apr 2017 21:35:23 +0000 (23:35 +0200)
colorize.1
colorize.c
debian/changelog

index 944c71d6a874b7ec6b57666bee049395788e989f..186293094fbf3b48571f1c468e803646ba47828d 100644 (file)
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2015-03-02" "colorize v0.59" "User Commands"
+.TH COLORIZE 1 "2015-03-02" "colorize v0.60" "User Commands"
 .SH NAME
 colorize \- colorize text with escape sequences
 .SH SYNOPSIS
index 60a979418543f5bd6eb7b5db7cf15efb690c7b18..3c96a29e960d0ab7e29aaa3a32ae3116f8e73db7 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-2016 Steven Schubiger
+ * Copyright (c) 2011-2017 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.59"
+#define VERSION "0.60"
 
 typedef enum { false, true } bool;
 
index c19a67b7f292ce367c5de8559aeffaba2ac0b0e3..72cc33dbe230652e160042b63bd28a5901594b83 100644 (file)
@@ -1,5 +1,5 @@
-colorize (0.59-1) unstable; urgency=low
+colorize (0.60-1) unstable; urgency=low
 
   * Initial Debian package version.
 
- -- Steven Schubiger <stsc@refcnt.org>  Fri, 23 Dec 2016 17:18:36 +0100
+ -- Steven Schubiger <stsc@refcnt.org>  Sun, 02 Apr 2017 23:19:04 +0200