]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 6 Oct 2009 13:52:26 +0000 (13:52 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 6 Oct 2009 13:52:26 +0000 (13:52 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index b946c5b89b636f6a9c36a64cfc948d63d1a8fe6e..c6f3711a04f4f44f1b5a6796b32e01305b9462fb 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8018
-#define NGINX_VERSION      "0.8.18"
+#define nginx_version         8019
+#define NGINX_VERSION      "0.8.19"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 3e667f4ad27fc36a7acb58e57df6cd3c6fbf3e96..6e96912e76fddbd4a28a3e5a7a95c1e1c76c4cd8 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.18';
+our $VERSION = '0.8.19';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);