summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-07 14:38:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-07 14:38:41 +0000
commit53032036da52eec4c944b2a4fb24865e0c1ac44c (patch)
tree79afb74482eb2759c47a26308946ef2ae34da5d2
parentd1a24e94fae876c92fcfe5e1a30a71c8c117e740 (diff)
downloadnginx-53032036da52eec4c944b2a4fb24865e0c1ac44c.tar.gz
nginx-53032036da52eec4c944b2a4fb24865e0c1ac44c.tar.bz2
bump version
-rw-r--r--src/core/nginx.h2
-rw-r--r--src/http/modules/perl/nginx.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index a2c061607..443a7c03b 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.5.33"
+#define NGINX_VERSION "0.5.34"
#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 29aaa337a..f7783d59d 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.5.33';
+our $VERSION = '0.5.34';
require XSLoader;
XSLoader::load('nginx', $VERSION);