]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 6 Apr 2009 10:37:53 +0000 (10:37 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 6 Apr 2009 10:37:53 +0000 (10:37 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index c976424bd2bc7feadd2b77462e87aa66c95bfcd0..a723d2da01948a10ec77e831f827e0d18f305e72 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version       007048
-#define NGINX_VERSION      "0.7.48"
+#define nginx_version       007049
+#define NGINX_VERSION      "0.7.49"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 58c149c8a6f3a0f16c54ee4b5594b8bd9ad75c00..5f0a6dcf0b81ddcb81a062ad9987672f5d30f925 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.48';
+our $VERSION = '0.7.49';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);