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

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