From 0ad6ac55da2686c6fa24b05bde5e9036fd4db5d1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 13 Dec 2019 09:42:18 -0500 Subject: [PATCH] Bump version numbers. --- INSTALL.md | 2 +- README.md | 2 +- vcnet/config.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 63075dbb0d..c30d0a6600 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -INSTALL - CUPS v2.2.12 - 2019-08-15 +INSTALL - CUPS v2.2.13 - 2019-12-13 =================================== This file describes how to compile and install CUPS from source code. For more diff --git a/README.md b/README.md index 54ced6c4d6..156397024e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -README - CUPS v2.2.12 - 2019-08-15 +README - CUPS v2.2.13 - 2019-12-13 ================================== Looking for compile instructions? Read the file `INSTALL.md` instead... diff --git a/vcnet/config.h b/vcnet/config.h index d1b0c76c0b..bb231b1420 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -102,8 +102,8 @@ typedef unsigned long useconds_t; * Version of software... */ -#define CUPS_SVERSION "CUPS v2.2.12" -#define CUPS_MINIMAL "CUPS/2.2.12" +#define CUPS_SVERSION "CUPS v2.2.13" +#define CUPS_MINIMAL "CUPS/2.2.13" /* -- 2.47.2