[master] c604ec1 Bump the VRT API version on a "we've probably overlooked something" basis.
Poul-Henning Kamp
phk at FreeBSD.org
Mon Sep 12 14:29:11 CEST 2016
commit c604ec1ca7f9ec85d3a6977085487694532f6d4c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Sep 12 12:25:02 2016 +0000
Bump the VRT API version on a "we've probably overlooked something" basis.
diff --git a/include/vrt.h b/include/vrt.h
index 629eb46..901e13f 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -39,6 +39,8 @@
* binary/load-time compatible, increment MAJOR version
*
*
+ * 5.0:
+ * Varnish 5.0 release "better safe than sorry" bump
* 4.0:
* VCL_BYTES changed to long long
* 3.2:
@@ -53,7 +55,7 @@
*
*/
-#define VRT_MAJOR_VERSION 4U
+#define VRT_MAJOR_VERSION 5U
#define VRT_MINOR_VERSION 0U
More information about the varnish-commit
mailing list