]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorValentin Bartenev <vbart@nginx.com>
Tue, 19 Feb 2013 17:45:12 +0000 (17:45 +0000)
committerValentin Bartenev <vbart@nginx.com>
Tue, 19 Feb 2013 17:45:12 +0000 (17:45 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index f522433e2a215164e2600ecccd41b2152ed68ff5..f0f3808f1677ef53f4c911d1f5d7c9b27e377887 100644 (file)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1003013
-#define NGINX_VERSION      "1.3.13"
+#define nginx_version      1003014
+#define NGINX_VERSION      "1.3.14"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 353cadb9d4d9238aab1e21d02e74fff74b971422..4adb2de9f5be53aadc6a37927a363e47aa115335 100644 (file)
@@ -50,7 +50,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.3.13';
+our $VERSION = '1.3.14';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);