]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 4 Dec 2006 17:05:07 +0000 (17:05 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 4 Dec 2006 17:05:07 +0000 (17:05 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 3eeaa9901a2f241478a67cc3c535afa7ff0c0853..392827526a5360d70080862d7abc308adb7944af 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.0"
+#define NGINX_VERSION      "0.5.1"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 867a4474bff7ce03ec49fe1b2d52fc84ceec3065..c74ffd7bd845df0318fff9b4b45715f93f2efbc9 100644 (file)
@@ -17,7 +17,7 @@ our @EXPORT = qw(
     HTTP_SERVER_ERROR
 );
 
-our $VERSION = '0.5.0';
+our $VERSION = '0.5.1';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);