]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 1.28.10 Release 1.28.10
authorTill Kamppeter <till.kamppeter@gmail.com>
Tue, 17 Aug 2021 11:23:15 +0000 (13:23 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Tue, 17 Aug 2021 11:23:15 +0000 (13:23 +0200)
INSTALL
NEWS
README
configure.ac

diff --git a/INSTALL b/INSTALL
index eb062ca294017435a96ec48e01b9e11b6dabab9c..6d00d275488a00eaf51049af37e7264c20157305 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
-INSTALL - OpenPrinting CUPS Filters v1.28.9 - 2021-06-15
---------------------------------------------------------
+INSTALL - OpenPrinting CUPS Filters v1.28.10 - 2021-08-17
+---------------------------------------------------------
 
 This file describes how to compile and install OpenPrinting CUPS
 Filters from source code. For more information on OpenPrinting CUPS
diff --git a/NEWS b/NEWS
index 981ced1a6de8fd2fe25ff6def0ef9d9c1fdd5084..0ee4218f51efdb007cb6582716d9509b57c9c502 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-NEWS - OpenPrinting CUPS Filters v1.28.9 - 2021-06-15
------------------------------------------------------
+NEWS - OpenPrinting CUPS Filters v1.28.10 - 2021-08-17
+------------------------------------------------------
 
 CHANGES IN V1.28.10
 
diff --git a/README b/README
index 3bfd540db92cf17b84f24ed92bf0b8c046f8cb6d..bbba250cf538e9d7aafbf6f1748fb9b496cfa46c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-README - OpenPrinting CUPS Filters v1.28.9 - 2021-06-15
--------------------------------------------------------
+README - OpenPrinting CUPS Filters v1.28.10 - 2021-08-17
+--------------------------------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt"
 instead...
index 13433ecd5f2e7edc8476e7c4bcf49783ba0b5068..3973db6a89de02d59e901cb0912edb78a737a6d4 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],[9])
+m4_define([cups_filters_version_micro],[10])
 m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])
 
 # =============