From 4ffdbc48d8f79718d3636a696c939f42e9d448f9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 7 Mar 2018 09:14:57 -0500 Subject: [PATCH] Bump versions in config headers. --- vcnet/config.h | 8 ++++---- xcode/config.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/vcnet/config.h b/vcnet/config.h index 96ec5fafa7..a18f924a18 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -1,8 +1,8 @@ /* * Configuration file for CUPS on Windows. * - * Copyright 2007-2017 by Apple Inc. - * Copyright 1997-2007 by Easy Software Products. + * Copyright © 2007-2018 by Apple Inc. + * Copyright © 1997-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Apple Inc. and are protected by Federal copyright @@ -94,8 +94,8 @@ typedef unsigned long useconds_t; * Version of software... */ -#define CUPS_SVERSION "CUPS v2.2.6" -#define CUPS_MINIMAL "CUPS/2.2.6" +#define CUPS_SVERSION "CUPS v2.2.7" +#define CUPS_MINIMAL "CUPS/2.2.7" /* diff --git a/xcode/config.h b/xcode/config.h index 76d521c2ca..c9acd93867 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -1,8 +1,8 @@ /* * Configuration file for CUPS and Xcode. * - * Copyright 2007-2017 by Apple Inc. - * Copyright 1997-2007 by Easy Software Products. + * Copyright © 2007-2018 by Apple Inc. + * Copyright © 1997-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Apple Inc. and are protected by Federal copyright @@ -22,8 +22,8 @@ * Version of software... */ -#define CUPS_SVERSION "CUPS v2.2.6" -#define CUPS_MINIMAL "CUPS/2.2.6" +#define CUPS_SVERSION "CUPS v2.2.7" +#define CUPS_MINIMAL "CUPS/2.2.7" /* -- 2.47.3