changeset 1475:732fe8258857

bump version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Sep 2007 13:21:30 +0000
parents 8f596c43b7fc
children 67578e966dcc
files src/core/nginx.h src/http/modules/perl/nginx.pm
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/nginx.h	Tue Sep 11 13:15:49 2007 +0000
+++ b/src/core/nginx.h	Tue Sep 11 13:21:30 2007 +0000
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.11"
+#define NGINX_VERSION      "0.6.12"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
--- a/src/http/modules/perl/nginx.pm	Tue Sep 11 13:15:49 2007 +0000
+++ b/src/http/modules/perl/nginx.pm	Tue Sep 11 13:21:30 2007 +0000
@@ -47,7 +47,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.11';
+our $VERSION = '0.6.12';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);