From a837f11685b0871d86055ace7237c345c3c1600a Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 6 Jun 2019 15:12:31 +0200 Subject: [PATCH] cups-filters 1.25.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 f302ebeb6..70469863d 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.24.0 - 2019-06-03 +INSTALL - OpenPrinting CUPS Filters v1.25.0 - 2019-06-06 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 9e8c2de52..f83dc910c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.24.0 - 2019-06-03 +NEWS - OpenPrinting CUPS Filters v1.25.0 - 2019-06-06 ----------------------------------------------------- CHANGES IN V1.25.0 diff --git a/README b/README index 989015e76..ab1d75ac9 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.24.0 - 2019-06-03 +README - OpenPrinting CUPS Filters v1.25.0 - 2019-06-06 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index da42af50c..c472457f7 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],[24]) +m4_define([cups_filters_version_minor],[25]) m4_define([cups_filters_version_micro],[0]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])