diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 16:34:59 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 16:34:59 +0000 |
commit | e6724ebe54f3cbe1869cf71a011db5f06e43742d (patch) | |
tree | c778d326488bb5d1e9b06c4c2c1ac5a6d002d4ef /src/core/nginx.h | |
parent | 1e2a60813406280745e3cf4765a7965ea4c7d752 (diff) | |
download | nginx-e6724ebe54f3cbe1869cf71a011db5f06e43742d.tar.gz nginx-e6724ebe54f3cbe1869cf71a011db5f06e43742d.zip |
Version bump.
Diffstat (limited to 'src/core/nginx.h')
-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 3e147dcb7..58193381a 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1001019 -#define NGINX_VERSION "1.1.19" +#define nginx_version 1001020 +#define NGINX_VERSION "1.1.20" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |