From 5ef9716ed2b75a77698c44b959c67e5ce49d897d Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 4 Apr 2022 12:46:15 +0200 Subject: [PATCH] cups-filters 1.28.14 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 4db21262b..e9e2727cb 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.28.13 - 2022-03-27 +INSTALL - OpenPrinting CUPS Filters v1.28.14 - 2022-04-04 --------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 70f6c3fd3..6a772161f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.28.13 - 2022-03-27 +NEWS - OpenPrinting CUPS Filters v1.28.14 - 2022-04-04 ------------------------------------------------------ CHANGES IN V1.28.14 diff --git a/README b/README index 3522eae53..3e4b2e815 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.28.13 - 2022-03-27 +README - OpenPrinting CUPS Filters v1.28.14 - 2022-04-04 -------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index a9396dc74..ff4c97c19 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],[28]) -m4_define([cups_filters_version_micro],[13]) +m4_define([cups_filters_version_micro],[14]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # ============= -- 2.47.3