From 5c9498a57d3b331d9b1aa59df206b26a9510f335 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Sun, 8 Jan 2023 19:51:57 -0300 Subject: [PATCH] cups-filters 2.0b2 Release --- CHANGES.md | 4 ++-- INSTALL | 2 +- README.md | 2 +- configure.ac | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e51d48486..d34460c7f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ -# 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 diff --git a/INSTALL b/INSTALL index de6042fde..dd377fe54 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -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 diff --git a/README.md b/README.md index 241924e52..f1df3209c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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... diff --git a/configure.ac b/configure.ac index 807f43ed2..2c917cdfc 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.65]) # ==================== # 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);}'`"