From 2c63b192070be254b3e9e12dbefcfc6f1aaa1d04 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 20 Aug 2018 22:52:07 +0200 Subject: [PATCH] cups-filters 1.21.0 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index af668cd31..49988b627 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.20.4 - 2018-07-12 +INSTALL - OpenPrinting CUPS Filters v1.21.0 - 2018-08-20 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 086dc0222..79758d458 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.20.4 - 2018-07-12 +NEWS - OpenPrinting CUPS Filters v1.21.0 - 2018-08-20 ----------------------------------------------------- CHANGES IN V1.21.0 diff --git a/README b/README index cdf78d9c9..847400b84 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.20.4 - 2018-07-12 +README - OpenPrinting CUPS Filters v1.21.0 - 2018-08-20 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 73f07d79e..794cd9007 100644 --- a/configure.ac +++ b/configure.ac @@ -6,8 +6,8 @@ AC_PREREQ([2.65]) # Version informations # ==================== m4_define([cups_filters_version_major],[1]) -m4_define([cups_filters_version_minor],[20]) -m4_define([cups_filters_version_micro],[4]) +m4_define([cups_filters_version_minor],[21]) +m4_define([cups_filters_version_micro],[0]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============