Skip to content

Commit 76c32d7

Browse files
committed
cups-filters 2.0b3 Release
1 parent b7cc2de commit 76c32d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.md

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

33
## CHANGES IN V2.0b3 (31st January 2023)
44

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.0b2 - 2023-01-08
1+
INSTALL - OpenPrinting CUPS Filters v2.0b3 - 2023-01-31
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.0b2 - 2023-01-08
1+
# OpenPrinting CUPS Filters v2.0b3 - 2023-01-31
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.0b2], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
8+
AC_INIT([cups-filters], [2.0b3], [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)