]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 1 Jul 2010 12:56:32 +0000 (12:56 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 1 Jul 2010 12:56:32 +0000 (12:56 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 0ae989dc8091d4a0d86198d98ebdbf073d3b8282..ffe2f34b56a79ec3c7014f44249bd9702240d969 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8043
-#define NGINX_VERSION      "0.8.43"
+#define nginx_version         8044
+#define NGINX_VERSION      "0.8.44"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 50084024909c038e9beb4d61addb81ba4b3496af..c3f4c2e76f3405b53143c52eadde8eabf8af7461 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.43';
+our $VERSION = '0.8.44';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);