]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 27 Dec 2011 11:56:48 +0000 (11:56 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 27 Dec 2011 11:56:48 +0000 (11:56 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index a781b5ef935a50c1e018a67d72bf1e2d2f2711a9..a67b6c2aa0298dd454b86070db9e87eaab164f3d 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001011
-#define NGINX_VERSION      "1.1.12"
+#define nginx_version      1001013
+#define NGINX_VERSION      "1.1.13"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 8cd3b74691f008036b5b465d3b4aae0dcb074474..01e97764659d65f4b34ac0444eb6c25e4ad30273 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.12';
+our $VERSION = '1.1.13';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);