]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Fri, 12 Feb 2010 09:31:01 +0000 (09:31 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 12 Feb 2010 09:31:01 +0000 (09:31 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index eb47ec1352973489f59e6a95103666a7546d8852..6be1e0662d131a3fd38a74ed9ccd0d9ca0a052fc 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8033
-#define NGINX_VERSION      "0.8.33"
+#define nginx_version         8034
+#define NGINX_VERSION      "0.8.34"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 0bca5b26e48c2eab4c3f1cb2b5f61bc3774bf530..fb12dbaa01f0c5e200f2fd0ca42112f6c72905a6 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.33';
+our $VERSION = '0.8.34';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);