]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 7 Oct 2009 12:48:05 +0000 (12:48 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 7 Oct 2009 12:48:05 +0000 (12:48 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index c6f3711a04f4f44f1b5a6796b32e01305b9462fb..9d9af6e524c56f0261b9e313ff784ad1240b927b 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8019
-#define NGINX_VERSION      "0.8.19"
+#define nginx_version         8020
+#define NGINX_VERSION      "0.8.20"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 6e96912e76fddbd4a28a3e5a7a95c1e1c76c4cd8..90d7c4a499e9ec08c92c59f3f8cd8fe9098709a9 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.19';
+our $VERSION = '0.8.20';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);