aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-05-11 09:19:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-05-11 09:19:48 +0000
commitdc336358ab42703ee61471a9f4db40ebf216111c (patch)
treee03127cd71a8c843454611e90f098bd88734afa1 /src
parent61197581ac5fa06a9f0f88d4f06bbc871d71bfe2 (diff)
downloadnginx-dc336358ab42703ee61471a9f4db40ebf216111c.tar.gz
nginx-dc336358ab42703ee61471a9f4db40ebf216111c.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 c2e56221f..2874fe233 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1000002
-#define NGINX_VERSION "1.0.2"
+#define nginx_version 1000003
+#define NGINX_VERSION "1.0.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 bc9790193..fa2fed8c6 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 = '1.0.2';
+our $VERSION = '1.0.3';
require XSLoader;
XSLoader::load('nginx', $VERSION);