Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.nginx.org/nginx/trunk@5101 73f98a42-aea0-e011-b76d-00259023448c
  • Loading branch information
vbart committed Mar 7, 2013
1 parent 530abd6 commit 5f60c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/nginx.h
Expand Up @@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_


#define nginx_version 1003014
#define NGINX_VERSION "1.3.14"
#define nginx_version 1003015
#define NGINX_VERSION "1.3.15"
#define NGINX_VER "nginx/" NGINX_VERSION

#define NGINX_VAR "NGINX"
Expand Down
2 changes: 1 addition & 1 deletion src/http/modules/perl/nginx.pm
Expand Up @@ -50,7 +50,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);

our $VERSION = '1.3.14';
our $VERSION = '1.3.15';

require XSLoader;
XSLoader::load('nginx', $VERSION);
Expand Down

0 comments on commit 5f60c9d

Please sign in to comment.