diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-04-07 09:08:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-04-07 09:08:52 +0000 |
commit | f352259dd64ead84773e89da4258a768c00bf57e (patch) | |
tree | 34aaa52ed5f97798e05ffdc28635a693b6e7607d /src/core/nginx.h | |
parent | 54241ea9f7c6bddcd2d5b56b6703b2cb83e939be (diff) | |
download | nginx-f352259dd64ead84773e89da4258a768c00bf57e.tar.gz nginx-f352259dd64ead84773e89da4258a768c00bf57e.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 d75d4e504..272608902 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 9007 -#define NGINX_VERSION "0.9.7" +#define nginx_version 1000000 +#define NGINX_VERSION "1.0.0" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |