X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=configure.ac;h=438e56ca3a3a8811e43d83aebe8dc38b2b028c39;hb=2dbebbaa234491418a26e45cac76be4c3a443d20;hp=ad3ec8e36f5a31d4779bc6fcee2ccaae905e91d5;hpb=e8a1fa03d05414b03469ab0b8051135cd42d762b;p=thirdparty%2Fcups.git diff --git a/configure.ac b/configure.ac index ad3ec8e36..438e56ca3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl Configuration script for CUPS. dnl -dnl Copyright 2007-2017 by Apple Inc. +dnl Copyright 2007-2018 by Apple Inc. dnl Copyright 1997-2007 by Easy Software Products, all rights reserved. dnl dnl These coded instructions, statements, and computer programs are the @@ -15,7 +15,7 @@ dnl We need at least autoconf 2.60... AC_PREREQ(2.60) dnl Package name and version... -AC_INIT([CUPS], [2.2.3], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/]) +AC_INIT([CUPS], [2.2.8], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/]) sinclude(config-scripts/cups-opsys.m4) sinclude(config-scripts/cups-common.m4)