]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 1.28.14 Release 1.28.14
authorTill Kamppeter <till.kamppeter@gmail.com>
Mon, 4 Apr 2022 10:46:15 +0000 (12:46 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Mon, 4 Apr 2022 10:46:15 +0000 (12:46 +0200)
INSTALL
NEWS
README
configure.ac

diff --git a/INSTALL b/INSTALL
index 4db21262ba8ade76376344ce3b077ff5b9dfc60f..e9e2727cb9aec6d2e72eeb3950131ee8a945047f 100644 (file)
--- 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 70f6c3fd3b03544b9296af57e89d1ac646571020..6a772161f1370f9cc94ceaec54012149529113c5 100644 (file)
--- 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 3522eae53d45c65bf7144026e06d55a3e3f6e4d8..3e4b2e815ccad80a57ca3bfdde9a352ebebc3be8 100644 (file)
--- 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"
index a9396dc744c0a50a5d5f72c6cae6695edbe7b9fd..ff4c97c19e629cef6310144b2c9abc94c0cbaf0b 100644 (file)
@@ -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])
 
 # =============