From b482aad9587e8b50ed49b477a41a19a3b475c32c Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Wed, 15 May 2019 21:38:18 +0200 Subject: [PATCH] cups-filters 1.22.6 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index e4c60aea3..5bbe5f330 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.22.5 - 2019-04-07 +INSTALL - OpenPrinting CUPS Filters v1.22.6 - 2019-05-15 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 86a328436..3c69f2e6d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.22.5 - 2019-04-07 +NEWS - OpenPrinting CUPS Filters v1.22.6 - 2019-05-15 ----------------------------------------------------- CHANGES IN V1.22.6 diff --git a/README b/README index 2d80e32e9..edc094e7d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.22.5 - 2019-04-07 +README - OpenPrinting CUPS Filters v1.22.6 - 2019-05-15 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 869b1db78..02b972810 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],[5]) +m4_define([cups_filters_version_micro],[6]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============