]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorRuslan Ermilov <ru@nginx.com>
Mon, 18 Jun 2012 11:07:44 +0000 (11:07 +0000)
committerRuslan Ermilov <ru@nginx.com>
Mon, 18 Jun 2012 11:07:44 +0000 (11:07 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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