]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 11 May 2011 09:19:48 +0000 (09:19 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 11 May 2011 09:19:48 +0000 (09:19 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index c2e56221f53278f166f9b875974fe78eb184eac9..2874fe233f374046fce35f80693a831e7c3e75af 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000002
-#define NGINX_VERSION      "1.0.2"
+#define nginx_version      1000003
+#define NGINX_VERSION      "1.0.3"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index bc97901935da7f58bac129ac71887dda4f18f374..fa2fed8c6f34ec10d305cba37082a8ec61e42528 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.2';
+our $VERSION = '1.0.3';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);