]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.64 v0.64
authorSteven Schubiger <stsc@refcnt.org>
Wed, 13 Jun 2018 18:06:49 +0000 (20:06 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 13 Jun 2018 18:06:49 +0000 (20:06 +0200)
colorize.1
colorize.c
debian/changelog

index 20e968b47056571c5620ee0128fef0aa396d488f..9bd2229c2e97dbe4b0f6ea88db61d080bd4b1225 100644 (file)
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2018-01-31" "colorize v0.63" "User Commands"
+.TH COLORIZE 1 "2018-01-31" "colorize v0.64" "User Commands"
 .SH NAME
 colorize \- colorize text on terminal with ANSI escape sequences
 .SH SYNOPSIS
index 58625fb56db157019419ed04a50357f2b1c7e10e..213b8c602eda31b0b072f5bbc9618508301e3f92 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-2017 Steven Schubiger
+ * Copyright (c) 2011-2018 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 PROGRAM_NAME "colorize"
 
-#define VERSION "0.63"
+#define VERSION "0.64"
 
 typedef enum { false, true } bool;
 
index 84cd2479cb91a1467364f0349730e50006d32b0d..acb96c253179061588febb454bff2259daeed818 100644 (file)
@@ -1,10 +1,11 @@
-colorize (0.63-2) UNRELEASED; urgency=medium
+colorize (0.64-1) unstable; urgency=low
 
+  * New upstream release.
   * Declare compliance with Debian Policy 4.1.4.
     (No changes needed.)
   * debian/copyright: amend format URL and years.
 
- -- Steven Schubiger <stsc@refcnt.org>  Wed, 13 Jun 2018 19:03:58 +0200
+ -- Steven Schubiger <stsc@refcnt.org>  Wed, 13 Jun 2018 19:31:50 +0200
 
 colorize (0.63-1) unstable; urgency=low