summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-11-12 10:48:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-11-12 10:48:27 +0000
commit038a9201e64beeb3a1f246c0cbf303ae5ca566ae (patch)
tree220d37807ab97415d3332bd76f14202590cb7de8
parent0f0bda5ba2f87a186ac7cefa1f1e6b9d67273387 (diff)
downloadnginx-038a9201e64beeb3a1f246c0cbf303ae5ca566ae.tar.gz
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 e71cc4500..a52c3ea7f 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.7.21"
+#define NGINX_VERSION "0.7.22"
#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 d83e81de7..3562bef45 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.21';
+our $VERSION = '0.7.22';
require XSLoader;
XSLoader::load('nginx', $VERSION);