From 54e5d58474f9e1a6add26898cda941e8c8bd9d47 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 15 Mar 2019 19:51:27 +0100 Subject: [PATCH] cups-filters 1.22.2 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 8ba14e7d9..ce9ebb805 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.22.1 - 2019-02-15 +INSTALL - OpenPrinting CUPS Filters v1.22.2 - 2019-03-15 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index cd9ecc5ff..8863c3aae 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.22.1 - 2019-02-15 +NEWS - OpenPrinting CUPS Filters v1.22.2 - 2019-03-15 ----------------------------------------------------- CHANGES IN V1.22.2 diff --git a/README b/README index 1e469a5a3..d840e5180 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.22.1 - 2019-02-15 +README - OpenPrinting CUPS Filters v1.22.2 - 2019-03-15 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 7a2563f6e..9503b42d9 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],[22]) -m4_define([cups_filters_version_micro],[1]) +m4_define([cups_filters_version_micro],[2]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============