Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-18 20:48:53 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-18 20:48:53 +0400
commit6091c8c33ea8ea5dffa6ebb96b7d0715c2c32cbf (patch)
tree809e78971fd6528e5407d64788894fe2b3971a35 /src
parent5707bfa3f3dac93e9fc83ca5e748fab15fe75c28 (diff)
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 38e8acac0..f642321fa 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 7058
-#define NGINX_VERSION "0.7.58"
+#define nginx_version 7059
+#define NGINX_VERSION "0.7.59"
#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 f5d527641..d92ec327b 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.58';
+our $VERSION = '0.7.59';
require XSLoader;
XSLoader::load('nginx', $VERSION);