[4.0] 577a4dc Revert "Increase VRT_MINOR_VERSION due to VRT_CTX macro."

Lasse Karstensen lkarsten at varnish-software.com
Wed Feb 18 14:38:40 CET 2015


commit 577a4dcdca1efd27ef09e877671ff7ab36b51230
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Wed Feb 18 14:36:04 2015 +0100

    Revert "Increase VRT_MINOR_VERSION due to VRT_CTX macro."
    
    This reverts commit faee84e0a8738c5d8df5640065e156e26850f728.
    
    VRT_CTX is important at compile-time, not run-time, which this
    version marker is all about.

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



More information about the varnish-commit mailing list