]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 22 Jun 2009 09:43:52 +0000 (09:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 22 Jun 2009 09:43:52 +0000 (09:43 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 14458bf9f712b686da41102940f2562925313b9d..f386edec5c857070c0ac0d833566e6a9848a89d1 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version       006037
-#define NGINX_VERSION      "0.6.37"
+#define nginx_version       006038
+#define NGINX_VERSION      "0.6.38"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 768628be636ece0743c5ebfead235d012998b8a9..95ef2f0dc8d96e6b8f621a33a6548e7f62bab1fe 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.37';
+our $VERSION = '0.6.38';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);