]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 2.0b2 Release 2.0b2
authorTill Kamppeter <till.kamppeter@gmail.com>
Sun, 8 Jan 2023 22:51:57 +0000 (19:51 -0300)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sun, 8 Jan 2023 22:51:57 +0000 (19:51 -0300)
CHANGES.md
INSTALL
README.md
configure.ac

index e51d48486402ec16bc6738fbd6a5ddc0341dd130..d34460c7f365b35a06c0413567696de7036db249 100644 (file)
@@ -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 de6042fdeeb0961b5aaa9fe7dbfddd89829546a8..dd377fe544716b77368bc10b391c5f85e8506398 100644 (file)
--- 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
index 241924e52da0ac2a978e06a969a1e29b95050e9e..f1df3209cb54a6c68cc26c05360c24507e8a1b9f 100644 (file)
--- 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...
index 807f43ed2acea18f8576424c227e00c295e7970a..2c917cdfc00725a0db0e31415e154f2ae6c3eeb0 100644 (file)
@@ -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);}'`"