]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Fri, 15 Apr 2011 10:58:44 +0000 (10:58 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 15 Apr 2011 10:58:44 +0000 (10:58 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 272608902d47256da658a83e42b83034bab3d5dd..484d214b63e829a97c90d1f83433d9beca97c73e 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000000
-#define NGINX_VERSION      "1.0.0"
+#define nginx_version      1000001
+#define NGINX_VERSION      "1.0.1"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 4b79ce8f622283c45bce1599421228b5f24c5683..098d45b479b433219ab1a8d49691f1edb97ffc83 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.0';
+our $VERSION = '1.0.1';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);