]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 26 Aug 2008 16:23:14 +0000 (16:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 26 Aug 2008 16:23:14 +0000 (16:23 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index de037a4d3393586cfafe121c7f9c862a6a95e01d..d16f2576df8b63c44f689de15d9c465c509261e8 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.12"
+#define NGINX_VERSION      "0.7.13"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 44d3c06dbfd04cb05b1b66007bcc0b00a4d6ba5d..4e18a65fe3097aa631a90a50ef29895c08ca1ec1 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.12';
+our $VERSION = '0.7.13';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);