diff --git a/README.md b/README.md index 74c12bc..180e89b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/configure.ac b/configure.ac index eef0b94..9f6e379 100644 --- a/configure.ac +++ b/configure.ac @@ -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])