]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Fri, 2 Apr 2010 14:18:23 +0000 (14:18 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 2 Apr 2010 14:18:23 +0000 (14:18 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index d3da2b3bf697983846bd3495ec4dc6bc6e67bd5b..939fad0485743c6a95ac964ca0bf700cee4b8ee0 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8035
-#define NGINX_VERSION      "0.8.35"
+#define nginx_version         8036
+#define NGINX_VERSION      "0.8.36"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 709b059756802af257bc9972b72a553ffc7e851d..b2e895c99806609d8f9c4dad0a3625f1fcf16ddd 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.35';
+our $VERSION = '0.8.36';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);