From 6be8d91fa44a4e49940f8b4bc3d0575ef1aa8e3c Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Wed, 21 Aug 2019 17:30:34 +0200 Subject: [PATCH] cups-filters 1.25.3 Release --- INSTALL | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 6117c6720..a1ae82a67 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.25.2 - 2019-08-16 +INSTALL - OpenPrinting CUPS Filters v1.25.3 - 2019-08-21 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 398f87ce4..40ffc1b74 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.25.2 - 2019-08-16 +NEWS - OpenPrinting CUPS Filters v1.25.3 - 2019-08-21 ----------------------------------------------------- CHANGES IN V1.25.3 diff --git a/README b/README index 12ae008b4..41af345a4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.25.2 - 2019-08-16 +README - OpenPrinting CUPS Filters v1.25.3 - 2019-08-21 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 27383e7f3..b32bc197d 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],[2]) +m4_define([cups_filters_version_micro],[3]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============