diff --git a/INSTALL b/INSTALL index 8493aa1a9..f52d52a9d 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.21.4 - 2018-11-23 +INSTALL - OpenPrinting CUPS Filters v1.21.5 - 2018-12-05 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 594c3317a..e5a6c391a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.21.4 - 2018-11-23 +NEWS - OpenPrinting CUPS Filters v1.21.5 - 2018-12-05 ----------------------------------------------------- CHANGES IN V1.21.5 diff --git a/README b/README index a208d20e2..748bc3657 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.21.4 - 2018-11-23 +README - OpenPrinting CUPS Filters v1.21.5 - 2018-12-05 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 4d48db6c6..1f0141775 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],[21]) -m4_define([cups_filters_version_micro],[4]) +m4_define([cups_filters_version_micro],[5]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============