From e3b8f488e1dc164a943d7fff00f149338c54f820 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 9 Apr 2020 22:40:30 +0200 Subject: [PATCH] cups-filters 1.27.4 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 375adf861..637e4ef41 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.27.3 - 2020-03-20 +INSTALL - OpenPrinting CUPS Filters v1.27.4 - 2020-04-09 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 1ec3898fe..282ac1ac2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.27.3 - 2020-03-20 +NEWS - OpenPrinting CUPS Filters v1.27.4 - 2020-04-09 ----------------------------------------------------- CHANGES IN V1.27.4 diff --git a/README b/README index ebe785280..216688083 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.27.3 - 2020-03-20 +README - OpenPrinting CUPS Filters v1.27.4 - 2020-04-09 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 598c9be67..b832e1ed4 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.65]) # ==================== m4_define([cups_filters_version_major],[1]) m4_define([cups_filters_version_minor],[27]) -m4_define([cups_filters_version_micro],[3]) +m4_define([cups_filters_version_micro],[4]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # ============= -- 2.47.3