]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 1.28.11 Release 1.28.11
authorTill Kamppeter <till.kamppeter@gmail.com>
Sun, 16 Jan 2022 01:15:47 +0000 (22:15 -0300)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sun, 16 Jan 2022 01:15:47 +0000 (22:15 -0300)
INSTALL
NEWS
README
configure.ac

diff --git a/INSTALL b/INSTALL
index 6d00d275488a00eaf51049af37e7264c20157305..1749ffd788d3c4cfa1ed4380b77026428af068d1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-INSTALL - OpenPrinting CUPS Filters v1.28.10 - 2021-08-17
+INSTALL - OpenPrinting CUPS Filters v1.28.11 - 2022-01-15
 ---------------------------------------------------------
 
 This file describes how to compile and install OpenPrinting CUPS
diff --git a/NEWS b/NEWS
index efa9c8799caf91306f00a1c6d5239de8510cfa47..32cfee237c941c4ceaba9b63ecc98df3593d5265 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS - OpenPrinting CUPS Filters v1.28.10 - 2021-08-17
+NEWS - OpenPrinting CUPS Filters v1.28.11 - 2022-01-15
 ------------------------------------------------------
 
 CHANGES IN V1.28.11
diff --git a/README b/README
index bbba250cf538e9d7aafbf6f1748fb9b496cfa46c..9f05fcc8780de16ab4c3ac23a6bc0e47eb569d6e 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - OpenPrinting CUPS Filters v1.28.10 - 2021-08-17
+README - OpenPrinting CUPS Filters v1.28.11 - 2022-01-15
 --------------------------------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt"
index 8e9a9a5abb61e7fd58d9bb5e9fc72c8d259eea16..9ed61636caebbb125bd6f9356bd442d090bc4005 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],[10])
+m4_define([cups_filters_version_micro],[11])
 m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])
 
 # =============