]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 7 Apr 2011 09:08:52 +0000 (09:08 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 7 Apr 2011 09:08:52 +0000 (09:08 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index d75d4e504fbc16154c1d03880e2b725bd7d4971d..272608902d47256da658a83e42b83034bab3d5dd 100644 (file)
@@ -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"
index 5e57fc746577fa396c882125ff00d016e36db336..4b79ce8f622283c45bce1599421228b5f24c5683 100644 (file)
@@ -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);