]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 2 Dec 2009 13:02:43 +0000 (13:02 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 2 Dec 2009 13:02:43 +0000 (13:02 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 23a249653a2aedba491fbb31280bc1a58ef103f2..80b73d118bff26ee58533794477c6968c77563b8 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8029
-#define NGINX_VERSION      "0.8.29"
+#define nginx_version         8030
+#define NGINX_VERSION      "0.8.30"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 740a2ed17bf426f3209d93ab3498b0c4e4d0a44e..15658b750496cd0a2ffb9d6709074d41cb1de623 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.29';
+our $VERSION = '0.8.30';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);