diff --git a/INSTALL b/INSTALL index efade36b3..a30821fcb 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.20.1 - 2018-02-25 +INSTALL - OpenPrinting CUPS Filters v1.20.2 - 2018-03-31 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index 3f974b115..7c84c6e53 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.20.1 - 2018-02-25 +NEWS - OpenPrinting CUPS Filters v1.20.2 - 2018-03-31 ----------------------------------------------------- CHANGES IN V1.20.2 diff --git a/README b/README index 24aa6531d..2930d9626 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.20.1 - 2018-02-25 +README - OpenPrinting CUPS Filters v1.20.2 - 2018-03-31 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 0e427ec22..fed4ee00b 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],[20]) -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]) # =============