]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 7 Jun 2010 13:34:56 +0000 (13:34 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 7 Jun 2010 13:34:56 +0000 (13:34 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index c6c0bba1204a73a6a3c377ebaa79c9d1b7c3b24f..51a93035b99e04c994ec58c50fdc65c76580585a 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8040
-#define NGINX_VERSION      "0.8.40"
+#define nginx_version         8041
+#define NGINX_VERSION      "0.8.41"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index e70bf57193f85f2ab7ff67e44e65533d7a336662..e259e9ebba69838d5c9248fa4e6b92375186512a 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.40';
+our $VERSION = '0.8.41';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);