Skip to content

Commit 5c9498a

Browse files
committed
cups-filters 2.0b2 Release
1 parent e63198b commit 5c9498a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# CHANGES - OpenPrinting CUPS Filters v2.0b1 - 2022-11-18
1+
# CHANGES - OpenPrinting CUPS Filters v2.0b2 - 2023-01-08
22

3-
## CHANGES IN V2.0b2 (TBA)
3+
## CHANGES IN V2.0b2 (8th January 2023)
44

55
- Corrected installation path for *.h files of *.drv files. The ppdc
66
(and underlying functions) of libppd searches for include files in

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INSTALL - OpenPrinting CUPS Filters v2.0b1 - 2022-11-18
1+
INSTALL - OpenPrinting CUPS Filters v2.0b2 - 2023-01-08
22
-------------------------------------------------------
33

44
This file describes how to compile and install OpenPrinting CUPS

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenPrinting CUPS Filters v2.0b1 - 2022-11-18
1+
# OpenPrinting CUPS Filters v2.0b2 - 2023-01-08
22

33
Looking for compile instructions? Read the file "INSTALL"
44
instead...

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_PREREQ([2.65])
55
# ====================
66
# Version informations
77
# ====================
8-
AC_INIT([cups-filters], [2.0b1], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
8+
AC_INIT([cups-filters], [2.0b2], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
99
cups_filters_version="AC_PACKAGE_VERSION"
1010
cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`"
1111
cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"

0 commit comments

Comments
 (0)