Skip to content

Commit 6ea958e

Browse files
committed
cpdb-backend-cups 1.1.0 Release
1 parent 4b11c22 commit 6ea958e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [Common Printing Dialog](https://wiki.ubuntu.com/CommonPrintingDialog) proje
88

99
## Dependencies
1010

11-
- [cpdb-libs](https://github.com/OpenPrinting/cpdb-libs)
11+
- [cpdb-libs](https://github.com/OpenPrinting/cpdb-libs) : Version >= 1.2.0
1212
- [CUPS](https://github.com/apple/cups/releases) : Version >= 2.2
1313
Install bleeding edge release from [here](https://github.com/apple/cups/releases).
1414
OR

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([cpdb-backend-cups],[1.0.1],[[email protected]],[CPDB - CUPS Backend], [https://github.com/OpenPrinting/cpdb-backend-cups])
5+
AC_INIT([cpdb-backend-cups],[1.1.0],[[email protected]],[CPDB - CUPS Backend], [https://github.com/OpenPrinting/cpdb-backend-cups])
66
AM_INIT_AUTOMAKE([-Wall foreign])
77
AC_CONFIG_SRCDIR([src/print_backend_cups.c])
88

0 commit comments

Comments
 (0)