From d37a0a2c7a2570f4108513c09da818985c85b6f4 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 4 Jun 2013 19:38:20 +0400 Subject: Version bump. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/core/nginx.h b/src/core/nginx.h index c0588a9f5..e7105610c 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1005001 -#define NGINX_VERSION "1.5.1" +#define nginx_version 1005002 +#define NGINX_VERSION "1.5.2" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" -- cgit