Author: mdounin Date: 2013-02-07 12:09:09 +0000 (Thu, 07 Feb 2013) New Revision: 5034 URL: http://trac.nginx.org/nginx/changeset/5034/nginx
Log: Version bump. Modified: trunk/src/core/nginx.h trunk/src/http/modules/perl/nginx.pm Modified: trunk/src/core/nginx.h =================================================================== --- trunk/src/core/nginx.h 2013-02-05 14:07:01 UTC (rev 5033) +++ trunk/src/core/nginx.h 2013-02-07 12:09:09 UTC (rev 5034) @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1003012 -#define NGINX_VERSION "1.3.12" +#define nginx_version 1003013 +#define NGINX_VERSION "1.3.13" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" Modified: trunk/src/http/modules/perl/nginx.pm =================================================================== --- trunk/src/http/modules/perl/nginx.pm 2013-02-05 14:07:01 UTC (rev 5033) +++ trunk/src/http/modules/perl/nginx.pm 2013-02-07 12:09:09 UTC (rev 5034) @@ -50,7 +50,7 @@ HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.3.12'; +our $VERSION = '1.3.13'; require XSLoader; XSLoader::load('nginx', $VERSION); _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel