Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdounin committed Nov 29, 2011
1 parent b8551a5 commit b994925
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_


#define nginx_version 1001009
#define NGINX_VERSION "1.1.9"
#define nginx_version 1001010
#define NGINX_VERSION "1.1.10"
#define NGINX_VER "nginx/" NGINX_VERSION

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

our $VERSION = '1.1.9';
our $VERSION = '1.1.10';

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

0 comments on commit b994925

Please sign in to comment.