]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 26 Sep 2012 15:52:06 +0000 (15:52 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 26 Sep 2012 15:52:06 +0000 (15:52 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index d09b5763b8ba36fa5d4f0892c41aa6eb16194acf..c6dce45b018890985986c5f3047f28a88306d085 100644 (file)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1003006
-#define NGINX_VERSION      "1.3.6"
+#define nginx_version      1003007
+#define NGINX_VERSION      "1.3.7"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 67a6dea431dc52aae1f7343c755b70397973980f..5f5585a3e642182f1bd70cdcf3420bf09eb0b1ca 100644 (file)
@@ -50,7 +50,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.3.6';
+our $VERSION = '1.3.7';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);