]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 7 Jul 2008 12:19:57 +0000 (12:19 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 7 Jul 2008 12:19:57 +0000 (12:19 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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