]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 2.0b3 Release 2.0b3
authorTill Kamppeter <till.kamppeter@gmail.com>
Tue, 31 Jan 2023 23:58:04 +0000 (20:58 -0300)
committerTill Kamppeter <till.kamppeter@gmail.com>
Tue, 31 Jan 2023 23:58:04 +0000 (20:58 -0300)
CHANGES.md
INSTALL
README.md
configure.ac

index 849d1163118f14601b95dc686e2d00aa4b0366ed..6c7d17e4869b10c9cec823e2b977d11e0a1b95b7 100644 (file)
@@ -1,4 +1,4 @@
-# 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)
 
diff --git a/INSTALL b/INSTALL
index dd377fe544716b77368bc10b391c5f85e8506398..099c0292fdbda5b8d1c11df10d9bcd24295268f3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-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
index f1df3209cb54a6c68cc26c05360c24507e8a1b9f..3c577e921850303b87d160c2cc71bcf4bcb4d04e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# 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...
index a3606c30fa315e5700c67a627d2a0c451561b9ab..8138081846dc4f41911f6b2d2540df62cec50928 100644 (file)
@@ -5,7 +5,7 @@ AC_PREREQ([2.65])
 # ====================
 # 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);}'`"