aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-04-07 09:08:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-04-07 09:08:52 +0000
commitf352259dd64ead84773e89da4258a768c00bf57e (patch)
tree34aaa52ed5f97798e05ffdc28635a693b6e7607d /src/core/nginx.h
parent54241ea9f7c6bddcd2d5b56b6703b2cb83e939be (diff)
downloadnginx-f352259dd64ead84773e89da4258a768c00bf57e.tar.gz
nginx-f352259dd64ead84773e89da4258a768c00bf57e.zip
bump version
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h4
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"