]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 13 May 2013 09:18:31 +0000 (13:18 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 13 May 2013 09:18:31 +0000 (13:18 +0400)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index a14187fe6d41008457288ea09ecb88625fd48c93..3d6e756f292157793855f4225b728ce66a6b2e51 100644 (file)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1002008
-#define NGINX_VERSION      "1.2.8"
+#define nginx_version      1002009
+#define NGINX_VERSION      "1.2.9"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 27a6f55a43dcf65e831975f3638df1cb41b7369f..32684feac893ef6e9ec2a9db5a83205c233d1589 100644 (file)
@@ -50,7 +50,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.2.8';
+our $VERSION = '1.2.9';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);