diff --git a/CHANGES.md b/CHANGES.md index 849d11631..6c7d17e48 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# CHANGES - OpenPrinting CUPS Filters v2.0b2 - 2023-01-08 +# CHANGES - OpenPrinting CUPS Filters v2.0b3 - 2023-01-31 ## CHANGES IN V2.0b3 (31st January 2023) diff --git a/INSTALL b/INSTALL index dd377fe54..099c0292f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v2.0b2 - 2023-01-08 +INSTALL - OpenPrinting CUPS Filters v2.0b3 - 2023-01-31 ------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/README.md b/README.md index f1df3209c..3c577e921 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenPrinting CUPS Filters v2.0b2 - 2023-01-08 +# OpenPrinting CUPS Filters v2.0b3 - 2023-01-31 Looking for compile instructions? Read the file "INSTALL" instead... diff --git a/configure.ac b/configure.ac index a3606c30f..813808184 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.65]) # ==================== # Version informations # ==================== -AC_INIT([cups-filters], [2.0b2], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/]) +AC_INIT([cups-filters], [2.0b3], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/]) cups_filters_version="AC_PACKAGE_VERSION" cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`" cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"