]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 12 May 2009 13:11:39 +0000 (13:11 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 12 May 2009 13:11:39 +0000 (13:11 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 22411be1127ac8a85f2d5ed6a2dfe4c05017d701..38e8acac0a06637bbd7d4f834492dc0309afc637 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         7057
-#define NGINX_VERSION      "0.7.57"
+#define nginx_version         7058
+#define NGINX_VERSION      "0.7.58"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 6643c483c9f3fe17a0de4bf077c669eee28e2d8f..f5d52764108c2fa23cc16ae470b88cc8822e34be 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.57';
+our $VERSION = '0.7.58';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);