]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 15 Jun 2009 14:22:20 +0000 (14:22 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 15 Jun 2009 14:22:20 +0000 (14:22 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 6bc104c7ac5d4ff5bed01a79a7a0b00d5de2bd80..f63bccc7b8c6008b5bd5df2857d0e7fd6b4a2a73 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8002
-#define NGINX_VERSION      "0.8.2"
+#define nginx_version         8003
+#define NGINX_VERSION      "0.8.3"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 27a8bfc5eb29f309dd5e461b05feaadb39eebdcd..0dd632a23a99d80dd3a4dbd462d0a36d8646bb9a 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.2';
+our $VERSION = '0.8.3';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);