From 0b5444f1844760fbb9cc7410fb2fd8ad9460f80c Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 17 Feb 2022 19:32:40 +0100 Subject: [PATCH] cups-filters 1.28.12 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 1749ffd78..945459c93 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.28.11 - 2022-01-15 +INSTALL - OpenPrinting CUPS Filters v1.28.12 - 2022-02-17 --------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index ebf780c37..c47eaf2a2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.28.11 - 2022-01-15 +NEWS - OpenPrinting CUPS Filters v1.28.12 - 2022-02-17 ------------------------------------------------------ CHANGES IN V1.28.12 diff --git a/README b/README index 9f05fcc87..35d98f9d0 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.28.11 - 2022-01-15 +README - OpenPrinting CUPS Filters v1.28.12 - 2022-02-17 -------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 9ed61636c..e635e04e4 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],[11]) +m4_define([cups_filters_version_micro],[12]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # ============= -- 2.47.3