]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 Jun 2008 10:50:18 +0000 (10:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 Jun 2008 10:50:18 +0000 (10:50 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 0032b132e9a847963c4512c55e8ef8d3cf891905..2e31eb1ebcf4d8451596b20d22aba8a5832f06f9 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.3"
+#define NGINX_VERSION      "0.7.4"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 62084b48807a05b9697cd772b02222f9178af8d2..c23e89d283181aaedbf2e7a71fbedda7a36b1bff 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.3';
+our $VERSION = '0.7.4';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);