Skip to content

Commit

Permalink
cpdb-backend-cups 1.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Aug 19, 2018
1 parent 4b11c22 commit 6ea958e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The [Common Printing Dialog](https://wiki.ubuntu.com/CommonPrintingDialog) proje

## Dependencies

- [cpdb-libs](https://github.com/OpenPrinting/cpdb-libs)
- [cpdb-libs](https://github.com/OpenPrinting/cpdb-libs) : Version >= 1.2.0
- [CUPS](https://github.com/apple/cups/releases) : Version >= 2.2
Install bleeding edge release from [here](https://github.com/apple/cups/releases).
OR
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([cpdb-backend-cups],[1.0.1],[nilanjanalodh@gmail.com],[CPDB - CUPS Backend], [https://github.com/OpenPrinting/cpdb-backend-cups])
AC_INIT([cpdb-backend-cups],[1.1.0],[nilanjanalodh@gmail.com],[CPDB - CUPS Backend], [https://github.com/OpenPrinting/cpdb-backend-cups])
AM_INIT_AUTOMAKE([-Wall foreign])
AC_CONFIG_SRCDIR([src/print_backend_cups.c])

Expand Down

0 comments on commit 6ea958e

Please sign in to comment.