]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorIgor Sysoev <igor@sysoev.ru>
Fri, 30 Sep 2011 13:24:49 +0000 (13:24 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 30 Sep 2011 13:24:49 +0000 (13:24 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 89cd6843098302898c7ebcc6c46dfefa13793515..684aa5ad91bc2617b3a9f060a50a07dba4234dc6 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000006
-#define NGINX_VERSION      "1.0.6"
+#define nginx_version      1000007
+#define NGINX_VERSION      "1.0.7"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 72cedd26a79cb231d6f9fe6a100b63b4a0d893c8..911502f6eb7e1b998ef970a094f6d083cc44ffd4 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.6';
+our $VERSION = '1.0.7';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);