aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--colorize.12
-rw-r--r--colorize.c4
-rw-r--r--debian/changelog4
3 files changed, 5 insertions, 5 deletions
diff --git a/colorize.1 b/colorize.1
index 944c71d..1862930 100644
--- a/colorize.1
+++ b/colorize.1
@@ -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
diff --git a/colorize.c b/colorize.c
index 60a9794..3c96a29 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-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
@@ -117,7 +117,7 @@
#define DEBUG_FILE "debug.txt"
-#define VERSION "0.59"
+#define VERSION "0.60"
typedef enum { false, true } bool;
diff --git a/debian/changelog b/debian/changelog
index c19a67b..72cc33d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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