From 85e642f5fbaceb5440675f944d598de6bfd2087c Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 12 Jul 2018 16:06:28 +0200 Subject: [PATCH] cups-filters 1.20.4 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 62bef302b..af668cd31 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.20.3 - 2018-04-12 +INSTALL - OpenPrinting CUPS Filters v1.20.4 - 2018-07-12 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 533696b9b..414eafc60 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.20.3 - 2018-04-12 +NEWS - OpenPrinting CUPS Filters v1.20.4 - 2018-07-12 ----------------------------------------------------- CHANGES IN V1.20.4 diff --git a/README b/README index 422056028..a40707acd 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.20.3 - 2018-04-12 +README - OpenPrinting CUPS Filters v1.20.4 - 2018-07-12 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index b413829a3..73f07d79e 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.65]) # ==================== m4_define([cups_filters_version_major],[1]) m4_define([cups_filters_version_minor],[20]) -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]) # =============