]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 12 Apr 2012 12:47:36 +0000 (12:47 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 12 Apr 2012 12:47:36 +0000 (12:47 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index dce94adfc18dcc700300bcf9cce8f9a8bea31149..fdc2c925cd85f5f537c432b5b7f8d2424c986f08 100644 (file)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000014
-#define NGINX_VERSION      "1.0.14"
+#define nginx_version      1000015
+#define NGINX_VERSION      "1.0.15"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 056a62b22893c3ef50f537016eb388d64737c5bc..76ec1d3915bc1d2285168b9572361ceab4622e76 100644 (file)
@@ -50,7 +50,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.14';
+our $VERSION = '1.0.15';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);