[4.0] faee84e Increase VRT_MINOR_VERSION due to VRT_CTX macro.

Lasse Karstensen lkarsten at varnish-software.com
Tue Feb 17 17:04:37 CET 2015


commit faee84e0a8738c5d8df5640065e156e26850f728
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Feb 17 16:53:52 2015 +0100

    Increase VRT_MINOR_VERSION due to VRT_CTX macro.
    
    Details in afbe27c.

diff --git a/include/vrt.h b/include/vrt.h
index e7939aa..c74e023 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -41,7 +41,7 @@
 
 #define VRT_MAJOR_VERSION	1U
 
-#define VRT_MINOR_VERSION	2U
+#define VRT_MINOR_VERSION	3U
 
 
 /***********************************************************************/



More information about the varnish-commit mailing list