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

index 58193381a6fbb6afc42229a25d8213666bf4a7b4..ca777f6d5ac9296361127502966adc2db640bd10 100644 (file)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001020
-#define NGINX_VERSION      "1.1.20"
+#define nginx_version      1002000
+#define NGINX_VERSION      "1.2.0"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 74f73735f9f5b8a1d1fb21cebac7d9deec116a05..766b8101787aef7898f89e8e02e42265b75c523e 100644 (file)
@@ -50,7 +50,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.20';
+our $VERSION = '1.2.0';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);