]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 8 Jan 2008 17:50:03 +0000 (17:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 8 Jan 2008 17:50:03 +0000 (17:50 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index cf3e5d21a2b77975434c638665ef55abc79266ac..50e943c8cab621ce0436f582e1b28d0760890679 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.35"
+#define NGINX_VERSION      "0.5.36"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index b99804f13c866f9fd6c146a727d44bf95cdfb010..bd0e8c0e4bc083d0efcb4d182f66166a43cbdcb4 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.35';
+our $VERSION = '0.5.36';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);