]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 1.28.13 Release 1.28.13
authorTill Kamppeter <till.kamppeter@gmail.com>
Sun, 27 Mar 2022 16:21:10 +0000 (18:21 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sun, 27 Mar 2022 16:21:10 +0000 (18:21 +0200)
INSTALL
NEWS
README
configure.ac

diff --git a/INSTALL b/INSTALL
index 945459c9346dc62e76cf60bfca61bfc2b8a59c1a..4db21262ba8ade76376344ce3b077ff5b9dfc60f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-INSTALL - OpenPrinting CUPS Filters v1.28.12 - 2022-02-17
+INSTALL - OpenPrinting CUPS Filters v1.28.13 - 2022-03-27
 ---------------------------------------------------------
 
 This file describes how to compile and install OpenPrinting CUPS
diff --git a/NEWS b/NEWS
index 596d8ba6727e7285025af382247a5d59ecb5e068..0ee401de7a726244451e5bfac3f2a55471513476 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS - OpenPrinting CUPS Filters v1.28.12 - 2022-02-17
+NEWS - OpenPrinting CUPS Filters v1.28.13 - 2022-03-27
 ------------------------------------------------------
 
 CHANGES IN V1.28.13
diff --git a/README b/README
index 35d98f9d0dcfbea2246564b0da914d27d7fe0e38..3522eae53d45c65bf7144026e06d55a3e3f6e4d8 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - OpenPrinting CUPS Filters v1.28.12 - 2022-02-17
+README - OpenPrinting CUPS Filters v1.28.13 - 2022-03-27
 --------------------------------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt"
index e635e04e40fe6f66b3dc78f022b06365c5af7951..a9396dc744c0a50a5d5f72c6cae6695edbe7b9fd 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],[12])
+m4_define([cups_filters_version_micro],[13])
 m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])
 
 # =============