summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-01-26 15:06:20 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-01-26 15:06:20 +0000
commitafbff43edc7ab5276265f320188378108394c9ca (patch)
treef83520f082d27b487a812d924e941b0b93d5054f
parent8cbf2c4da29209600da89890756ba2c3bb64c35f (diff)
downloadnginx-afbff43edc7ab5276265f320188378108394c9ca.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 ca71514af..fdc747fce 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.6.34"
+#define NGINX_VERSION "0.6.35"
#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 d82b07bfb..e3b03c939 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.6.34';
+our $VERSION = '0.6.35';
require XSLoader;
XSLoader::load('nginx', $VERSION);