]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorIgor Sysoev <igor@sysoev.ru>
Mon, 14 Nov 2011 15:53:35 +0000 (15:53 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 14 Nov 2011 15:53:35 +0000 (15:53 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index e528d844168e1434bf0fd10277a69b7e091c0b52..edec76299632434dae7a56376a40a8864ea70acc 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000009
-#define NGINX_VERSION      "1.0.9"
+#define nginx_version      1000010
+#define NGINX_VERSION      "1.0.10"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index fc232a416e01b40410ef4c2950565e2f5bcccf12..ca9551334d80634b1e3f30b18aa505eda69c6696 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.9';
+our $VERSION = '1.0.10';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);