]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 19 Apr 2007 18:23:54 +0000 (18:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 19 Apr 2007 18:23:54 +0000 (18:23 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index d1e3f431f67a56fc51a3abf4c7131668cd11691c..1d0a65f49d53a3d4816d2568f9f95d06835c96d5 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.18"
+#define NGINX_VERSION      "0.5.19"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 7679367e62436eb25a6410811e2419b5bc955d70..25b2994f7658957fb3e2221ad652718df4bf4f02 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.18';
+our $VERSION = '0.5.19';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);