From 0fb3058594b639d425984f46f978d3f384d76210 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 15 Jan 2018 15:12:32 -0200 Subject: [PATCH] cups-filters 1.19.0 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index bda02fb56..4169165af 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.18.0 - 2017-12-19 +INSTALL - OpenPrinting CUPS Filters v1.19.0 - 2018-01-15 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index ee3de74b7..395b7dd68 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.18.0 - 2017-12-19 +NEWS - OpenPrinting CUPS Filters v1.19.0 - 2018-01-15 ----------------------------------------------------- CHANGES IN V1.19.0 diff --git a/README b/README index c9ae8c2f3..f169151d5 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.18.0 - 2017-12-19 +README - OpenPrinting CUPS Filters v1.19.0 - 2018-01-15 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 92af72bfd..5b5ac4e84 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.65]) # Version informations # ==================== m4_define([cups_filters_version_major],[1]) -m4_define([cups_filters_version_minor],[18]) +m4_define([cups_filters_version_minor],[19]) m4_define([cups_filters_version_micro],[0]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])