]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 1.28.7 Release 1.28.7
authorTill Kamppeter <till.kamppeter@gmail.com>
Thu, 7 Jan 2021 18:36:11 +0000 (19:36 +0100)
committerTill Kamppeter <till.kamppeter@gmail.com>
Thu, 7 Jan 2021 18:36:11 +0000 (19:36 +0100)
INSTALL
NEWS
README
configure.ac

diff --git a/INSTALL b/INSTALL
index f79115563bfeda12c9231bfeb485c438aa1afc68..25dc59b69e37f5ee9feaeb1620d2698368e3573d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-INSTALL - OpenPrinting CUPS Filters v1.28.6 - 2020-12-02
+INSTALL - OpenPrinting CUPS Filters v1.28.6 - 2021-01-07
 --------------------------------------------------------
 
 This file describes how to compile and install OpenPrinting CUPS
diff --git a/NEWS b/NEWS
index 6e4ffc408cb4a4396631e5dc0c05bd83af5dbd87..84dba2991eeb31c827185b3e325b22772542228c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS - OpenPrinting CUPS Filters v1.28.6 - 2020-12-02
+NEWS - OpenPrinting CUPS Filters v1.28.7 - 2021-01-07
 -----------------------------------------------------
 
 CHANGES IN V1.28.7
diff --git a/README b/README
index d369829a57b87b359144b3f2ca39f488728a95cb..5f6fa8e862839f261846b8f88bd6a741a1e5b0fb 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - OpenPrinting CUPS Filters v1.28.6 - 2020-12-02
+README - OpenPrinting CUPS Filters v1.28.7 - 2021-01-07
 -------------------------------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt"
index a37bb3b2b80f36a702bd52082f4ed7e4e6e39537..441141ce3929580e521b3c45671a7127cd9c2a66 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],[6])
+m4_define([cups_filters_version_micro],[7])
 m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])
 
 # =============