diff options
author | Steven Schubiger <stsc@refcnt.org> | 2024-06-09 21:27:28 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2024-06-09 21:27:28 +0200 |
commit | 743e75340d0882c7338eee51e03148984774a532 (patch) | |
tree | 29d73535e6c9d71f0ec265929bbcacfee5b39aae | |
parent | 27871dae5c06b502bd869e220b4595d6a3badebe (diff) | |
download | colorize-743e75340d0882c7338eee51e03148984774a532.tar.gz colorize-743e75340d0882c7338eee51e03148984774a532.tar.bz2 |
colorize 0.66v0.66
-rw-r--r-- | colorize.1 | 2 | ||||
-rw-r--r-- | colorize.c | 4 | ||||
-rw-r--r-- | debian/changelog | 5 |
3 files changed, 6 insertions, 5 deletions
@@ -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 @@ -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 @@ -132,7 +132,7 @@ #define PROGRAM_NAME "colorize" -#define VERSION "0.65" +#define VERSION "0.66" typedef enum { false, true } bool; diff --git a/debian/changelog b/debian/changelog index 7165266..150c98e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |