diff options
author | Valentin Bartenev <vbart@nginx.com> | 2015-04-28 18:54:48 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2015-04-28 18:54:48 +0300 |
commit | 8568baef1fd2ade8bc4ce3cdf9515c90f0046d83 (patch) | |
tree | 643fafc1bd62c83a29fa79d309c86440416109c6 /src | |
parent | c1aa9a229cba39f67ccc198aaa5e54787cae5ace (diff) | |
download | nginx-8568baef1fd2ade8bc4ce3cdf9515c90f0046d83.tar.gz nginx-8568baef1fd2ade8bc4ce3cdf9515c90f0046d83.zip |
Version bump.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 347c25e82..ec818e042 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1009000 -#define NGINX_VERSION "1.9.0" +#define nginx_version 1009001 +#define NGINX_VERSION "1.9.1" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |