diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2013-10-07 20:30:03 +0400 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-10-07 20:30:03 +0400 |
commit | c32e9ab9547206da00295e0a4c72656c42b60129 (patch) | |
tree | fd47918fb371cad438221f455832e34982e2cf5b | |
parent | 8bff7901f9074d6ab6039dbdb85e3fb08e6fefc9 (diff) | |
download | nginx-c32e9ab9547206da00295e0a4c72656c42b60129.tar.gz nginx-c32e9ab9547206da00295e0a4c72656c42b60129.zip |
Version bump.
-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 b1107adea..2ce21ae19 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1004002 -#define NGINX_VERSION "1.4.2" +#define nginx_version 1004003 +#define NGINX_VERSION "1.4.3" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |