summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-12-06 14:40:40 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-12-06 14:40:40 +0000
commit5491139caf5ecf446314311971354902dfc8bd46 (patch)
treeb6e593cc8795c989e0708f0e6f8a70a6fa175b7f /src
parentbc14e27f24a8b3cc6d1cd8e43fb28fb1836799f8 (diff)
downloadnginx-5491139caf5ecf446314311971354902dfc8bd46.tar.gz
nginx-5491139caf5ecf446314311971354902dfc8bd46.tar.bz2
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 27effb3c5..babeacf6b 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 9002
-#define NGINX_VERSION "0.9.2"
+#define nginx_version 9003
+#define NGINX_VERSION "0.9.3"
#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 a08eebd7d..36429d8ae 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -48,7 +48,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '0.9.2';
+our $VERSION = '0.9.3';
require XSLoader;
XSLoader::load('nginx', $VERSION);