]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump version numbers. branch-2.2 v2.2.13
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 13 Dec 2019 14:42:18 +0000 (09:42 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 13 Dec 2019 14:42:18 +0000 (09:42 -0500)
INSTALL.md
README.md
vcnet/config.h

index 63075dbb0d9eeb79c7d27e6779d1fe73abe5dd7a..c30d0a660099afeff8ab0d18dec4de00141f139a 100644 (file)
@@ -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
index 54ced6c4d6008438a26d56755c7437f3cb6b55fe..156397024e91b2f1eeb8bedc354cfeb7002fa01e 100644 (file)
--- 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...
index d1b0c76c0be79596106923123d7b32c5a749cc32..bb231b1420e25ce303c0e4b68787cb144daa783f 100644 (file)
@@ -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"
 
 
 /*