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

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