]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorValentin Bartenev <vbart@nginx.com>
Thu, 7 Mar 2013 17:07:04 +0000 (17:07 +0000)
committerValentin Bartenev <vbart@nginx.com>
Thu, 7 Mar 2013 17:07:04 +0000 (17:07 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index f0f3808f1677ef53f4c911d1f5d7c9b27e377887..7599a689819707497f630c41a2803514fe3f5da7 100644 (file)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1003014
-#define NGINX_VERSION      "1.3.14"
+#define nginx_version      1003015
+#define NGINX_VERSION      "1.3.15"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 4adb2de9f5be53aadc6a37927a363e47aa115335..435199d3a4d366c33a67a4d133cefa7fc82d41c5 100644 (file)
@@ -50,7 +50,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.3.14';
+our $VERSION = '1.3.15';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);