]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 16 Oct 2008 13:20:47 +0000 (13:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 16 Oct 2008 13:20:47 +0000 (13:20 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 319b39d36eee23d8ae7ed40ee379a17cd73dc87e..c40968628850384381fe6e3766119bb1572e847e 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.19"
+#define NGINX_VERSION      "0.7.20"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 4b93284e0c62bb134e4c130e81fa3ba2552d5298..ed620a6c8a48b6cb8e1bb16d6daa2cbe4c42fe30 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.19';
+our $VERSION = '0.7.20';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);