]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 2 Apr 2009 13:44:02 +0000 (13:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 2 Apr 2009 13:44:02 +0000 (13:44 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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