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

index 4c2722007f5bca1b7d3a73d995a7fd9976923777..83bafc61382d2f2f372b948861afbfdc32fae663 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         7061
-#define NGINX_VERSION      "0.7.61"
+#define nginx_version         7062
+#define NGINX_VERSION      "0.7.62"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 84459d444b057c7147b6703c544ff91fa04ec8e1..144d4927ca999b70e1c7c7a167a9c262ee35bed1 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.61';
+our $VERSION = '0.7.62';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);