]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 15 Nov 2011 20:33:37 +0000 (20:33 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 15 Nov 2011 20:33:37 +0000 (20:33 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 4b8badc02ef7813a291b6cc92252842a41ff8a8c..4bde2c713b7a665feb5ce9834a822aa980398515 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001008
-#define NGINX_VERSION      "1.1.8"
+#define nginx_version      1001009
+#define NGINX_VERSION      "1.1.9"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 8a77ac60113c8b54272df390cdd763355b25af30..001acc79252c4e3b8c0397ae2c74527c5bec8bda 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.8';
+our $VERSION = '1.1.9';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);