Commit ba83ba54 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Bump the VRT version for release

parent d5208c18
...@@ -52,7 +52,10 @@ ...@@ -52,7 +52,10 @@
* binary/load-time compatible, increment MAJOR version * 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 * path field added to struct vrt_backend
* VRT_Healthy() added * VRT_Healthy() added
* VRT_VSC_Alloc() added * VRT_VSC_Alloc() added
...@@ -95,9 +98,9 @@ ...@@ -95,9 +98,9 @@
* vrt_acl type added * vrt_acl type added
*/ */
#define VRT_MAJOR_VERSION 6U #define VRT_MAJOR_VERSION 7U
#define VRT_MINOR_VERSION 2U #define VRT_MINOR_VERSION 0U
/***********************************************************************/ /***********************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment