]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.66 master v0.66
authorSteven Schubiger <stsc@refcnt.org>
Sun, 9 Jun 2024 19:27:28 +0000 (21:27 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 9 Jun 2024 19:27:28 +0000 (21:27 +0200)
colorize.1
colorize.c
debian/changelog

index 5168dac60f95b0b58f7c62822c243625f6e168f1..afa1f870c6f17041625285d702dfa68f0a039005 100644 (file)
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2019-09-01" "colorize v0.65" "User Commands"
+.TH COLORIZE 1 "2019-09-01" "colorize v0.66" "User Commands"
 .SH NAME
 colorize \- colorize text on terminal with ANSI escape sequences
 .SH SYNOPSIS
index a1e13983bc24a6563cdc10927d048d8d4fc2da7f..157c4f0cc80d763249e8ac6a5a7ab79d3aad7023 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-2019 Steven Schubiger
+ * Copyright (c) 2011-2022 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.65"
+#define VERSION "0.66"
 
 typedef enum { false, true } bool;
 
index 7165266950bce46e4ff95a5010ca811c6eecdd85..150c98ec4f09a7a6439e899db1473fedb631c9a1 100644 (file)
@@ -1,12 +1,13 @@
-colorize (0.65-2) UNRELEASED; urgency=medium
+colorize (0.66-1) unstable; urgency=low
 
+  * New upstream release.
   * Declare compliance with Debian Policy 4.7.0.
     (No changes needed.)
   * debian/copyright: amend years.
   * debian/control: use v13 mode of debhelper-compat package.
   * debian/control: update Homepage link.
 
- -- Steven Schubiger <stsc@refcnt.org>  Sun, 09 Jun 2024 21:08:26 +0200
+ -- Steven Schubiger <stsc@refcnt.org>  Sun, 09 Jun 2024 21:20:11 +0200
 
 colorize (0.65-1) unstable; urgency=low