Skip to content

Commit 9a2db8b

Browse files
committed
cups-filters 1.26.1 Release
1 parent b331924 commit 9a2db8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INSTALL - OpenPrinting CUPS Filters v1.26.0 - 2019-12-13
1+
INSTALL - OpenPrinting CUPS Filters v1.26.1 - 2020-01-02
22
--------------------------------------------------------
33

44
This file describes how to compile and install OpenPrinting CUPS

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NEWS - OpenPrinting CUPS Filters v1.26.0 - 2019-12-13
1+
NEWS - OpenPrinting CUPS Filters v1.26.1 - 2019-01-02
22
-----------------------------------------------------
33

44
CHANGES IN V1.26.1

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README - OpenPrinting CUPS Filters v1.26.0 - 2019-12-13
1+
README - OpenPrinting CUPS Filters v1.26.1 - 2020-01-02
22
-------------------------------------------------------
33

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
77
# ====================
88
m4_define([cups_filters_version_major],[1])
99
m4_define([cups_filters_version_minor],[26])
10-
m4_define([cups_filters_version_micro],[0])
10+
m4_define([cups_filters_version_micro],[1])
1111
m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])
1212

1313
# =============

0 commit comments

Comments
 (0)