]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 1.28.6 Release 1.28.6
authorTill Kamppeter <till.kamppeter@gmail.com>
Wed, 2 Dec 2020 16:16:06 +0000 (17:16 +0100)
committerTill Kamppeter <till.kamppeter@gmail.com>
Wed, 2 Dec 2020 16:16:06 +0000 (17:16 +0100)
INSTALL
NEWS
README
configure.ac

diff --git a/INSTALL b/INSTALL
index c6717479fb12f8d249ff93561f6202149bf70e82..f79115563bfeda12c9231bfeb485c438aa1afc68 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-INSTALL - OpenPrinting CUPS Filters v1.28.5 - 2020-10-13
+INSTALL - OpenPrinting CUPS Filters v1.28.6 - 2020-12-02
 --------------------------------------------------------
 
 This file describes how to compile and install OpenPrinting CUPS
diff --git a/NEWS b/NEWS
index c1ebafe6d9b01a92978d4bce0953e4e11bc67f49..6d621fdf481c319498084013b8e272d2092f9672 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS - OpenPrinting CUPS Filters v1.28.5 - 2020-10-13
+NEWS - OpenPrinting CUPS Filters v1.28.6 - 2020-12-02
 -----------------------------------------------------
 
 CHANGES IN V1.28.6
diff --git a/README b/README
index 12f115b738e0a37ca004d046448dfac70a9e81f7..d369829a57b87b359144b3f2ca39f488728a95cb 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - OpenPrinting CUPS Filters v1.28.5 - 2020-10-13
+README - OpenPrinting CUPS Filters v1.28.6 - 2020-12-02
 -------------------------------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt"
index a127e378c7ffef35ec580726a8895ecccff699ad..a37bb3b2b80f36a702bd52082f4ed7e4e6e39537 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],[5])
+m4_define([cups_filters_version_micro],[6])
 m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])
 
 # =============