-# 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)
-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
-# 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...
# ====================
# 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);}'`"