From: Michael R Sweet Date: Mon, 15 Apr 2019 20:06:35 +0000 (-0400) Subject: Bump version. X-Git-Tag: v2.2.12~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee5419f6df48b54e8d4853a4540b989677f39a26;p=thirdparty%2Fcups.git Bump version. --- diff --git a/configure.ac b/configure.ac index 4c770e7916..7762599331 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl Configuration script for CUPS. dnl -dnl Copyright 2007-2018 by Apple Inc. +dnl Copyright 2007-2019 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.11], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/]) +AC_INIT([CUPS], [2.2.12], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/]) sinclude(config-scripts/cups-opsys.m4) sinclude(config-scripts/cups-common.m4) diff --git a/cups/cups.h b/cups/cups.h index 4efe6d1c4d..c548bde191 100644 --- a/cups/cups.h +++ b/cups/cups.h @@ -47,10 +47,10 @@ extern "C" { * Constants... */ -# define CUPS_VERSION 2.0211 +# define CUPS_VERSION 2.0212 # define CUPS_VERSION_MAJOR 2 # define CUPS_VERSION_MINOR 2 -# define CUPS_VERSION_PATCH 11 +# define CUPS_VERSION_PATCH 12 # define CUPS_BC_FD 3 /* Back-channel file descriptor for diff --git a/vcnet/config.h b/vcnet/config.h index 3fb5229c0a..cf63021b26 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -94,8 +94,8 @@ typedef unsigned long useconds_t; * Version of software... */ -#define CUPS_SVERSION "CUPS v2.2.11" -#define CUPS_MINIMAL "CUPS/2.2.11" +#define CUPS_SVERSION "CUPS v2.2.12" +#define CUPS_MINIMAL "CUPS/2.2.12" /* diff --git a/xcode/config.h b/xcode/config.h index 3ae3e096fe..82cba73cc5 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -22,8 +22,8 @@ * Version of software... */ -#define CUPS_SVERSION "CUPS v2.2.11" -#define CUPS_MINIMAL "CUPS/2.2.11" +#define CUPS_SVERSION "CUPS v2.2.12" +#define CUPS_MINIMAL "CUPS/2.2.12" /*