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>2011-04-07 13:08:52 +0400
committerIgor Sysoev <igor@sysoev.ru>2011-04-07 13:08:52 +0400
commitf352259dd64ead84773e89da4258a768c00bf57e (patch)
tree34aaa52ed5f97798e05ffdc28635a693b6e7607d /src
parent54241ea9f7c6bddcd2d5b56b6703b2cb83e939be (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 d75d4e504..272608902 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 9007
-#define NGINX_VERSION "0.9.7"
+#define nginx_version 1000000
+#define NGINX_VERSION "1.0.0"
#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 5e57fc746..4b79ce8f6 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -48,7 +48,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '0.9.7';
+our $VERSION = '1.0.0';
require XSLoader;
XSLoader::load('nginx', $VERSION);