Skip to content

Commit

Permalink
cups-filters 1.21.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Aug 26, 2018
1 parent 98b2b52 commit 9320f97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INSTALL - OpenPrinting CUPS Filters v1.21.0 - 2018-08-20
INSTALL - OpenPrinting CUPS Filters v1.21.1 - 2018-08-26
--------------------------------------------------------

This file describes how to compile and install OpenPrinting CUPS
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NEWS - OpenPrinting CUPS Filters v1.21.0 - 2018-08-20
NEWS - OpenPrinting CUPS Filters v1.21.1 - 2018-08-26
-----------------------------------------------------

CHANGES IN V1.21.1
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README - OpenPrinting CUPS Filters v1.21.0 - 2018-08-20
README - OpenPrinting CUPS Filters v1.21.1 - 2018-08-26
-------------------------------------------------------

Looking for compile instructions? Read the file "INSTALL.txt"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_PREREQ([2.65])
# ====================
m4_define([cups_filters_version_major],[1])
m4_define([cups_filters_version_minor],[21])
m4_define([cups_filters_version_micro],[0])
m4_define([cups_filters_version_micro],[1])
m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])

# =============
Expand Down

0 comments on commit 9320f97

Please sign in to comment.