Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdounin committed Feb 9, 2012
1 parent 069e47c commit 6c912a9
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 1001014
#define NGINX_VERSION "1.1.14"
#define nginx_version 1001015
#define NGINX_VERSION "1.1.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 @@ -48,7 +48,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);

our $VERSION = '1.1.14';
our $VERSION = '1.1.15';

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

0 comments on commit 6c912a9

Please sign in to comment.