From 9d4b76bc778a77c3d984b002cb956b18deec2b63 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 18 Jan 2019 12:25:15 +0100 Subject: [PATCH] cups-filters 1.22.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 461c3b144..2887dcb74 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.21.6 - 2018-12-17 +INSTALL - OpenPrinting CUPS Filters v1.22.0 - 2019-01-18 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index e8062d3fe..4984b23c9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.21.6 - 2018-12-17 +NEWS - OpenPrinting CUPS Filters v1.22.0 - 2019-01-18 ----------------------------------------------------- CHANGES IN V1.22.0 diff --git a/README b/README index 03a5a666f..cd6d96f3e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.21.6 - 2018-12-17 +README - OpenPrinting CUPS Filters v1.22.0 - 2019-01-18 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 6094747c8..43cd49c9a 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],[21]) -m4_define([cups_filters_version_micro],[6]) +m4_define([cups_filters_version_minor],[22]) +m4_define([cups_filters_version_micro],[0]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============