]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorRuslan Ermilov <ru@nginx.com>
Wed, 16 May 2012 13:09:39 +0000 (13:09 +0000)
committerRuslan Ermilov <ru@nginx.com>
Wed, 16 May 2012 13:09:39 +0000 (13:09 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 9171683b2f538c77b8450cea9de7f89fe05f1df7..4e3a3e518e7439f7ed3b00ea76afa44e7608c445 100644 (file)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1003000
-#define NGINX_VERSION      "1.3.0"
+#define nginx_version      1003001
+#define NGINX_VERSION      "1.3.1"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 2d03a82fd46ee90f9c1145c960629fb2c3da7ed7..b3f86a809c3642d5eed27857b96a20b1457db97e 100644 (file)
@@ -50,7 +50,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.3.0';
+our $VERSION = '1.3.1';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);