aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-01 19:13:37 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-01 19:13:37 +0000
commite7d99eff2c52f54f347ad76b7d111d589e39820f (patch)
treeff142703ffd690783e42100ce6688357b0aded6d /src
parent74078e279773dd31ac9928598a9ee0b143e2a724 (diff)
downloadnginx-e7d99eff2c52f54f347ad76b7d111d589e39820f.tar.gz
nginx-e7d99eff2c52f54f347ad76b7d111d589e39820f.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 8d308d6fa..decc0c574 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 7054
-#define NGINX_VERSION "0.7.54"
+#define nginx_version 7055
+#define NGINX_VERSION "0.7.55"
#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 47bc83e24..2c5b74f62 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.7.54';
+our $VERSION = '0.7.55';
require XSLoader;
XSLoader::load('nginx', $VERSION);