[master] 0b8f408 Increase VRT_MINOR_VERSION.

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:33:51 CET 2016


commit 0b8f4087c6f8e16c4b023ba592f36a2345739d9f
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Jan 14 15:33:40 2016 +0100

    Increase VRT_MINOR_VERSION.

diff --git a/include/vrt.h b/include/vrt.h
index 96a3c64..d3113a8 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -41,13 +41,11 @@
  * changes to consider with next VRT_MAJOR_VERSION bump:
  * - cache_vrt.c: -> ssize_t VRT_CacheReqBody(VRT_CTX, size_t)
  *
- * changes to consider with next VRT_MINOR_VERSION bump for 4.1:
- * - cache_vcl.c: -> VRT_ref_vcl, VRT_rel_vcl
  */
 
 #define VRT_MAJOR_VERSION	3U
 
-#define VRT_MINOR_VERSION	0U
+#define VRT_MINOR_VERSION	1U
 
 
 /***********************************************************************/



More information about the varnish-commit mailing list