diff --git a/CHANGES.md b/CHANGES.md index 8fe4b271..eae5445b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ -# CHANGES - libppd v2.0b1 - 2022-11-17 +# CHANGES - libppd v2.0b2 - 2023-01-08 -## CHANGES IN V2.0b2 (TBA) +## CHANGES IN V2.0b2 (8th January 2023) - PPD file generator for driverless printing with CUPS: Support more than 2 resolutions in Apple Raster/AirPrint. The `urf-supported` IPP diff --git a/INSTALL b/INSTALL index 79270334..4f65b7a8 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting libppd v2.0b1 - 2022-11-17 +INSTALL - OpenPrinting libppd v2.0b2 - 2023-01-08 ------------------------------------------------- This file describes how to compile and install OpenPrinting libppd diff --git a/README.md b/README.md index 95a711f3..4573b6e5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenPrinting libppd v2.0b1 - 2022-11-17 +# OpenPrinting libppd v2.0b2 - 2023-01-08 Looking for compile instructions? Read the file "INSTALL" instead... diff --git a/configure.ac b/configure.ac index 77dba266..633240b0 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.65]) # ==================== # Version informations # ==================== -AC_INIT([libppd], [2.0b1], [https://github.com/OpenPrinting/libppd/issues], [libppd], [https://github.com/OpenPrinting/libppd/]) +AC_INIT([libppd], [2.0b2], [https://github.com/OpenPrinting/libppd/issues], [libppd], [https://github.com/OpenPrinting/libppd/]) libppd_version="AC_PACKAGE_VERSION" libppd_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`" libppd_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"