diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-02 14:21:47 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-02 14:21:47 +0000 |
commit | 0e4a95dfe398c4e7ce86e5b0698d59ac281591b0 (patch) | |
tree | e8757848eaae865514d8f4ab56a5266aba73c6c3 | |
parent | e97cea1744b1102b14a0856cc619b80fbcd87ccc (diff) | |
download | nginx-0e4a95dfe398c4e7ce86e5b0698d59ac281591b0.tar.gz nginx-0e4a95dfe398c4e7ce86e5b0698d59ac281591b0.zip |
bump version
-rw-r--r-- | src/core/nginx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 7185b9970..33c854d3e 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.4.4" +#define NGINX_VER "nginx/0.4.5" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |