]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Fri, 21 Sep 2007 14:41:05 +0000 (14:41 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 21 Sep 2007 14:41:05 +0000 (14:41 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 50b4ab5395c0a425180764f8280ca12c9c34534f..200dcd059f9acdefe4e1dc332c2fde2ec3cfdb65 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.12"
+#define NGINX_VERSION      "0.6.13"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 519e6c07c97d1b0c1d494857e52ccfb853767665..eee9cbe349f4d22f661c38d2a0a30409210ed518 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.12';
+our $VERSION = '0.6.13';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);