]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 15 Jun 2010 09:50:55 +0000 (09:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 15 Jun 2010 09:50:55 +0000 (09:50 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 86c943465cacbd3866661403d8d09ff872e97a7d..8a49f6857787b3bdde5fd51a7273b00b2089e505 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         7066
-#define NGINX_VERSION      "0.7.66"
+#define nginx_version         7067
+#define NGINX_VERSION      "0.7.67"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 91eeadde1478f750963ff8a7f9c33510c19b88b4..8cd47f98f0c52a351213a7d56146d95a23282c96 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.66';
+our $VERSION = '0.7.67';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);