]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 14 Dec 2010 19:10:00 +0000 (19:10 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 14 Dec 2010 19:10:00 +0000 (19:10 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 8a49f6857787b3bdde5fd51a7273b00b2089e505..590333fc7781332968875caa50a1cc4879340bb4 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         7067
-#define NGINX_VERSION      "0.7.67"
+#define nginx_version         7068
+#define NGINX_VERSION      "0.7.68"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 8cd47f98f0c52a351213a7d56146d95a23282c96..15c2650bf9f8b4c2e7010577042c24b4dde21745 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.67';
+our $VERSION = '0.7.68';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);