]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 1.27.4 Release release-1-27-4
authorTill Kamppeter <till.kamppeter@gmail.com>
Thu, 9 Apr 2020 20:40:30 +0000 (22:40 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Thu, 9 Apr 2020 20:40:30 +0000 (22:40 +0200)
INSTALL
NEWS
README
configure.ac

diff --git a/INSTALL b/INSTALL
index 375adf861b63bd0a7177481bec8797a2ea18b68c..637e4ef41380390a3babc2b3c64a44c5b8f07f4f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-INSTALL - OpenPrinting CUPS Filters v1.27.3 - 2020-03-20
+INSTALL - OpenPrinting CUPS Filters v1.27.4 - 2020-04-09
 --------------------------------------------------------
 
 This file describes how to compile and install OpenPrinting CUPS
diff --git a/NEWS b/NEWS
index 1ec3898feea119522d6a5ada6a064e8c9a34cec7..282ac1ac276135f77807c1f61c3bc20aa52d6020 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS - OpenPrinting CUPS Filters v1.27.3 - 2020-03-20
+NEWS - OpenPrinting CUPS Filters v1.27.4 - 2020-04-09
 -----------------------------------------------------
 
 CHANGES IN V1.27.4
diff --git a/README b/README
index ebe785280a4014f2f3470fb23153173402a8c3ff..21668808396d1952cbe0bde3ddbf290970ae4685 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - OpenPrinting CUPS Filters v1.27.3 - 2020-03-20
+README - OpenPrinting CUPS Filters v1.27.4 - 2020-04-09
 -------------------------------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt"
index 598c9be677ab209c450598ff2f002bebfc06a16d..b832e1ed43803003b567260c1a6430455d702577 100644 (file)
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
 # ====================
 m4_define([cups_filters_version_major],[1])
 m4_define([cups_filters_version_minor],[27])
-m4_define([cups_filters_version_micro],[3])
+m4_define([cups_filters_version_micro],[4])
 m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])
 
 # =============