]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 15 Jun 2009 08:36:30 +0000 (08:36 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 15 Jun 2009 08:36:30 +0000 (08:36 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index f642321fa5cd2863dfffa0b22e8138d61dde6ee7..d51afd2eb4879c2a21ccda37b0cac135562f1d10 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         7059
-#define NGINX_VERSION      "0.7.59"
+#define nginx_version         7060
+#define NGINX_VERSION      "0.7.60"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index d92ec327b6fbf5b569fc2fa6ce8d25f92b6e10ab..e613210819f13aa98e48039daa8fb5d380fdaf35 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.59';
+our $VERSION = '0.7.60';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);