diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-06 11:39:01 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-06 11:39:01 +0000 |
commit | 8d9e4c847d389b1af5d7b95b5bbbb9ed86a3dea4 (patch) | |
tree | 49c3cbaec4c4364ea2263fd6f454b553afc90057 /src/core/nginx.h | |
parent | e82252b3f6a18b9f745f6e9255a8dbb5271fff40 (diff) | |
download | nginx-8d9e4c847d389b1af5d7b95b5bbbb9ed86a3dea4.tar.gz nginx-8d9e4c847d389b1af5d7b95b5bbbb9ed86a3dea4.zip |
bump version
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 a723d2da0..fc4060c76 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 007049 -#define NGINX_VERSION "0.7.49" +#define nginx_version 007050 +#define NGINX_VERSION "0.7.50" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |