From 602713028e9f088481cc64a9f551649b8c8fcf99 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 16 Aug 2019 16:51:41 +0200 Subject: [PATCH] cups-filters 1.25.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 a7822961f..6117c6720 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.25.1 - 2019-07-05 +INSTALL - OpenPrinting CUPS Filters v1.25.2 - 2019-08-16 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index fba6b25e2..6c82c1a89 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.25.1 - 2019-07-05 +NEWS - OpenPrinting CUPS Filters v1.25.2 - 2019-08-16 ----------------------------------------------------- CHANGES IN V1.25.2 diff --git a/README b/README index 38b9fe190..12ae008b4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.25.1 - 2019-07-05 +README - OpenPrinting CUPS Filters v1.25.2 - 2019-08-16 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 8813837d4..27383e7f3 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],[25]) -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]) # =============