aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2024-06-09 21:27:28 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2024-06-09 21:27:28 +0200
commit743e75340d0882c7338eee51e03148984774a532 (patch)
tree29d73535e6c9d71f0ec265929bbcacfee5b39aae
parent27871dae5c06b502bd869e220b4595d6a3badebe (diff)
downloadcolorize-743e75340d0882c7338eee51e03148984774a532.tar.gz
colorize-743e75340d0882c7338eee51e03148984774a532.tar.bz2
colorize 0.66v0.66
-rw-r--r--colorize.12
-rw-r--r--colorize.c4
-rw-r--r--debian/changelog5
3 files changed, 6 insertions, 5 deletions
diff --git a/colorize.1 b/colorize.1
index 5168dac..afa1f87 100644
--- a/colorize.1
+++ b/colorize.1
@@ -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
diff --git a/colorize.c b/colorize.c
index a1e1398..157c4f0 100644
--- a/colorize.c
+++ b/colorize.c
@@ -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