diff --git a/INSTALL b/INSTALL index a1ae82a67..4fc1ca83a 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.25.3 - 2019-08-21 +INSTALL - OpenPrinting CUPS Filters v1.25.4 - 2019-08-30 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index fd9059b55..dc8871cb5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.25.3 - 2019-08-21 +NEWS - OpenPrinting CUPS Filters v1.25.4 - 2019-08-30 ----------------------------------------------------- CHANGES IN V1.25.4 diff --git a/README b/README index 41af345a4..ff3bd0910 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.25.3 - 2019-08-21 +README - OpenPrinting CUPS Filters v1.25.4 - 2019-08-30 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index b32bc197d..8da4ab8a5 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],[3]) +m4_define([cups_filters_version_micro],[4]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============