summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-12-13 09:42:18 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-12-13 09:42:18 -0500
commit0ad6ac55da2686c6fa24b05bde5e9036fd4db5d1 (patch)
treeb97907e4b4d7c688617c8d2b98a74b51fea104e4
parent339d33b8e6ab41dd27b79ab2eea5e757b88228aa (diff)
downloadcups-branch-2.2.tar.gz
Bump version numbers.v2.2.13branch-2.2
-rw-r--r--INSTALL.md2
-rw-r--r--README.md2
-rw-r--r--vcnet/config.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 63075dbb0..c30d0a660 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 54ced6c4d..156397024 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 d1b0c76c0..bb231b142 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"
/*