]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 1 Jul 2008 07:38:28 +0000 (07:38 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 1 Jul 2008 07:38:28 +0000 (07:38 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 4c397c12c156f7336c8797f01d212fc7e8ef2515..50236196c8e2d0a68e0bc4b375c15ce0d300b79b 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.5"
+#define NGINX_VERSION      "0.7.6"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 346c2c052c6d0396d6011f2c7a53e489c0b9213b..54e98991f3bf3c34af4de100e82b616083ea673c 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.5';
+our $VERSION = '0.7.6';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);