From f0edb1d9e6e43ec4e115f0ab4e803454cc5e2a78 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Wed, 3 Oct 2018 21:59:11 +0200 Subject: [PATCH] cups-filters 1.21.3 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 7820c392a..72460c799 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.21.2 - 2018-09-02 +INSTALL - OpenPrinting CUPS Filters v1.21.3 - 2018-10-03 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index d3fe06f0b..75b13bb07 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.21.2 - 2018-09-02 +NEWS - OpenPrinting CUPS Filters v1.21.3 - 2018-10-03 ----------------------------------------------------- CHANGES IN V1.21.3 diff --git a/README b/README index 7b5f7dd96..b884b5feb 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.21.2 - 2018-09-02 +README - OpenPrinting CUPS Filters v1.21.3 - 2018-10-03 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 9926e71cd..a00929603 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],[21]) -m4_define([cups_filters_version_micro],[2]) +m4_define([cups_filters_version_micro],[3]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============