-# CHANGES - OpenPrinting CUPS Filters v2.0b1 - 2022-11-18
+# CHANGES - OpenPrinting CUPS Filters v2.0b2 - 2023-01-08
-## CHANGES IN V2.0b2 (TBA)
+## CHANGES IN V2.0b2 (8th January 2023)
- Corrected installation path for *.h files of *.drv files. The ppdc
(and underlying functions) of libppd searches for include files in
-INSTALL - OpenPrinting CUPS Filters v2.0b1 - 2022-11-18
+INSTALL - OpenPrinting CUPS Filters v2.0b2 - 2023-01-08
-------------------------------------------------------
This file describes how to compile and install OpenPrinting CUPS
-# OpenPrinting CUPS Filters v2.0b1 - 2022-11-18
+# OpenPrinting CUPS Filters v2.0b2 - 2023-01-08
Looking for compile instructions? Read the file "INSTALL"
instead...
# ====================
# Version informations
# ====================
-AC_INIT([cups-filters], [2.0b1], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
+AC_INIT([cups-filters], [2.0b2], [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);}'`"