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

index 333ebe3e09529e9a77eff4ac9af4f843fd22d76e..4a1cc7cfd2f2de0d08909c8505ed23acb3d2a421 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8047
-#define NGINX_VERSION      "0.8.47"
+#define nginx_version         8048
+#define NGINX_VERSION      "0.8.48"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 9704e3880d58fc53ac520221dab6f4af7745bfcf..f0dadcb148bd9b726fbfcbe48587fbdf746a5539 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.47';
+our $VERSION = '0.8.48';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);