changeset 3189:dcb31433272e

bump version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 06 Oct 2009 13:52:26 +0000
parents 5c41e2e3a687
children dd2ae3872634
files src/core/nginx.h src/http/modules/perl/nginx.pm
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/nginx.h	Tue Oct 06 12:44:51 2009 +0000
+++ b/src/core/nginx.h	Tue Oct 06 13:52:26 2009 +0000
@@ -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"
--- a/src/http/modules/perl/nginx.pm	Tue Oct 06 12:44:51 2009 +0000
+++ b/src/http/modules/perl/nginx.pm	Tue Oct 06 13:52:26 2009 +0000
@@ -47,7 +47,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.18';
+our $VERSION = '0.8.19';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);