diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-01 19:13:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-01 19:13:37 +0000 |
commit | e7d99eff2c52f54f347ad76b7d111d589e39820f (patch) | |
tree | ff142703ffd690783e42100ce6688357b0aded6d /src/core/nginx.h | |
parent | 74078e279773dd31ac9928598a9ee0b143e2a724 (diff) | |
download | nginx-e7d99eff2c52f54f347ad76b7d111d589e39820f.tar.gz nginx-e7d99eff2c52f54f347ad76b7d111d589e39820f.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 8d308d6fa..decc0c574 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 7054 -#define NGINX_VERSION "0.7.54" +#define nginx_version 7055 +#define NGINX_VERSION "0.7.55" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |