[master] ba83ba5 Bump the VRT version for release

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 12 11:53:08 UTC 2018


commit ba83ba549509fea3b8e167406484d11de72f0e41
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 12 11:52:09 2018 +0000

    Bump the VRT version for release

diff --git a/include/vrt.h b/include/vrt.h
index 5a25e6b..7939459 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -52,7 +52,10 @@
  * binary/load-time compatible, increment MAJOR version
  *
  *
- * 6.2 (scheduled for: 2018-03-15)
+ * 7.0 (2018-03-15)
+ *	lots of stuff moved from cache.h to cache_varnishd.h
+ *	   (ie: from "$Abi vrt" to "$Abi strict")
+ *	VCL_INT and VCL_BYTES are always 64 bits.
  *	path field added to struct vrt_backend
  *	VRT_Healthy() added
  *	VRT_VSC_Alloc() added
@@ -95,9 +98,9 @@
  *	vrt_acl type added
  */
 
-#define VRT_MAJOR_VERSION	6U
+#define VRT_MAJOR_VERSION	7U
 
-#define VRT_MINOR_VERSION	2U
+#define VRT_MINOR_VERSION	0U
 
 /***********************************************************************/
 


More information about the varnish-commit mailing list