]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 1.28.12 Release 1.28.12
authorTill Kamppeter <till.kamppeter@gmail.com>
Thu, 17 Feb 2022 18:32:40 +0000 (19:32 +0100)
committerTill Kamppeter <till.kamppeter@gmail.com>
Thu, 17 Feb 2022 18:32:40 +0000 (19:32 +0100)
INSTALL
NEWS
README
configure.ac

diff --git a/INSTALL b/INSTALL
index 1749ffd788d3c4cfa1ed4380b77026428af068d1..945459c9346dc62e76cf60bfca61bfc2b8a59c1a 100644 (file)
--- 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 ebf780c379f3044b55f4c3a730b49fe1e2b3d011..c47eaf2a2b0bc90fca852edbeff6a79f929fdc67 100644 (file)
--- 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 9f05fcc8780de16ab4c3ac23a6bc0e47eb569d6e..35d98f9d0dcfbea2246564b0da914d27d7fe0e38 100644 (file)
--- 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"
index 9ed61636caebbb125bd6f9356bd442d090bc4005..e635e04e40fe6f66b3dc78f022b06365c5af7951 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],[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])
 
 # =============