diff --git a/INSTALL b/INSTALL index 461c3b144..2887dcb74 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.21.6 - 2018-12-17 +INSTALL - OpenPrinting CUPS Filters v1.22.0 - 2019-01-18 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index e8062d3fe..4984b23c9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS - OpenPrinting CUPS Filters v1.21.6 - 2018-12-17 +NEWS - OpenPrinting CUPS Filters v1.22.0 - 2019-01-18 ----------------------------------------------------- CHANGES IN V1.22.0 diff --git a/README b/README index 03a5a666f..cd6d96f3e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.21.6 - 2018-12-17 +README - OpenPrinting CUPS Filters v1.22.0 - 2019-01-18 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 6094747c8..43cd49c9a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,8 +6,8 @@ AC_PREREQ([2.65]) # Version informations # ==================== m4_define([cups_filters_version_major],[1]) -m4_define([cups_filters_version_minor],[21]) -m4_define([cups_filters_version_micro],[6]) +m4_define([cups_filters_version_minor],[22]) +m4_define([cups_filters_version_micro],[0]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # =============