Skip to content

Commit

Permalink
cups-filters 1.19.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Jan 15, 2018
1 parent 4cd46fd commit 0fb3058
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.18.0 - 2017-12-19
INSTALL - OpenPrinting CUPS Filters v1.19.0 - 2018-01-15
--------------------------------------------------------

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.18.0 - 2017-12-19
NEWS - OpenPrinting CUPS Filters v1.19.0 - 2018-01-15
-----------------------------------------------------

CHANGES IN V1.19.0
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.18.0 - 2017-12-19
README - OpenPrinting CUPS Filters v1.19.0 - 2018-01-15
-------------------------------------------------------

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 @@ -6,7 +6,7 @@ AC_PREREQ([2.65])
# Version informations
# ====================
m4_define([cups_filters_version_major],[1])
m4_define([cups_filters_version_minor],[18])
m4_define([cups_filters_version_minor],[19])
m4_define([cups_filters_version_micro],[0])
m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro])

Expand Down

0 comments on commit 0fb3058

Please sign in to comment.