From a0f1af264d9c2b15fd7f4c520e78d332e468bec4 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 15 Feb 2019 19:50:00 +0100 Subject: [PATCH] cups-filters 1.22.1 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 2887dcb74..8ba14e7d9 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.22.0 - 2019-01-18 +INSTALL - OpenPrinting CUPS Filters v1.22.1 - 2019-02-15 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 50b9300e6..827902ba5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.22.0 - 2019-01-18 +NEWS - OpenPrinting CUPS Filters v1.22.1 - 2019-02-15 ----------------------------------------------------- CHANGES IN V1.22.1 diff --git a/README b/README index 0d5bfa3d6..1e469a5a3 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.22.0 - 2019-01-18 +README - OpenPrinting CUPS Filters v1.22.1 - 2019-02-15 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 43cd49c9a..7a2563f6e 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],[0]) +m4_define([cups_filters_version_micro],[1]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============