[master] d58905aa7 Bump VRT_VERSION for release

Poul-Henning Kamp phk at FreeBSD.org
Mon Sep 16 07:40:05 UTC 2019


commit d58905aa7bf38db1959b8b19c9d02b4d9dd3c2f2
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 16 07:38:42 2019 +0000

    Bump VRT_VERSION for release

diff --git a/include/vrt.h b/include/vrt.h
index 2a741c125..adcca0302 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -51,7 +51,9 @@
  * Whenever something is deleted or changed in a way which is not
  * binary/load-time compatible, increment MAJOR version
  *
- * unreleased (planned for 2019-09-15)
+ * unreleased (planned for 2020-03-15)
+ *	(nothing yet)
+ * 10.0 (2019-09-15)
  *	VRT_UpperLowerStrands added.
  *	VRT_synth_page now takes STRANDS argument
  *	VRT_hashdata() now takes STRANDS argument
@@ -143,7 +145,7 @@
  *	vrt_acl type added
  */
 
-#define VRT_MAJOR_VERSION	9U
+#define VRT_MAJOR_VERSION	10U
 
 #define VRT_MINOR_VERSION	0U
 


More information about the varnish-commit mailing list