From 6cad2f315271e599004719c8c6ee20a01130e627 Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 17 Apr 2019 08:39:21 +0900 Subject: [PATCH] Version bump. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/nginx.h b/src/core/nginx.h index 8d4cd78..6ed60c7 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1015012 -#define NGINX_VERSION "1.15.12" +#define nginx_version 1015013 +#define NGINX_VERSION "1.15.13" #define NGINX_VER "nginx/" NGINX_VERSION " by Hakase" #ifndef NGINX_SERVER