]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 13 Mar 2008 06:39:00 +0000 (06:39 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 13 Mar 2008 06:39:00 +0000 (06:39 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index c569b68f39f65d63bfbfa91031631d656e790dd1..5a2e64dbcf7418686fd3ab38b7039483a152c3db 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.28"
+#define NGINX_VERSION      "0.6.29"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 77ca6b53c84bd42a2c2877778ccd718bea2ecaa0..822ae81ead18957536c72835d4df39256a8caf6c 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.28';
+our $VERSION = '0.6.29';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);