Commit 963ff649 authored by Pål Hermunn Johansen's avatar Pål Hermunn Johansen

Prepare for 5.2.0-rc1 release

parent 58057145
......@@ -148,7 +148,7 @@ cnt_deliver(struct worker *wrk, struct req *req)
http_PrintfHeader(req->resp, "Age: %.0f",
floor(fmax(0., req->t_prev - req->objcore->t_origin)));
http_SetHeader(req->resp, "Via: 1.1 varnish (Varnish/5.1)");
http_SetHeader(req->resp, "Via: 1.1 varnish (Varnish/5.2)");
if (cache_param->http_gzip_support &&
ObjCheckFlag(req->wrk, req->objcore, OF_GZIPED) &&
......
......@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2017 Varnish Software])
AC_REVISION([$Id$])
AC_INIT([Varnish], [trunk], [varnish-dev@varnish-cache.org])
AC_INIT([Varnish], [5.2.0-rc1], [varnish-dev@varnish-cache.org])
AC_CONFIG_SRCDIR(include/miniobj.h)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
......
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