aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-05-18 16:20:02 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-05-18 16:20:02 +0000
commit58e1f27d2b718b32ba04586cd52c4d4b9f9e3deb (patch)
treef853a98ea8a92fdd7a234eaf5a2668ae9d9b96fd /src
parent3d24bad98c39cbcbdc4f21846d3b649a441543af (diff)
downloadnginx-58e1f27d2b718b32ba04586cd52c4d4b9f9e3deb.tar.gz
nginx-58e1f27d2b718b32ba04586cd52c4d4b9f9e3deb.zip
bump version
Diffstat (limited to 'src')
-rw-r--r--src/core/nginx.h4
-rw-r--r--src/http/modules/perl/nginx.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index e3b608ed0..784d55419 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 8037
-#define NGINX_VERSION "0.8.37"
+#define nginx_version 8038
+#define NGINX_VERSION "0.8.38"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm
index c05474445..3e173eb23 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -47,7 +47,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '0.8.37';
+our $VERSION = '0.8.38';
require XSLoader;
XSLoader::load('nginx', $VERSION);