]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 7 Jul 2010 10:09:44 +0000 (10:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 7 Jul 2010 10:09:44 +0000 (10:09 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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