diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2015-12-17 16:38:51 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2015-12-17 16:38:51 +0300 |
commit | 852a565be3da502945b4d98866b6f92d6e6eade5 (patch) | |
tree | 735055c3faa8e8fb5165acbc84663534a2a9230a /src | |
parent | cc3e3dda7963ae70353a5fe74fbdbe544e424c26 (diff) | |
download | nginx-852a565be3da502945b4d98866b6f92d6e6eade5.tar.gz nginx-852a565be3da502945b4d98866b6f92d6e6eade5.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 87a984afe..0960afb86 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1009009 -#define NGINX_VERSION "1.9.9" +#define nginx_version 1009010 +#define NGINX_VERSION "1.9.10" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |