Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-15 21:10:23 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-09-15 21:10:23 +0400
commitf8403702bae9971701052c5ef7b205d4ec7cb87b (patch)
treeaab6559fa24789eeec651bef8a8a4e86d6cae88e /src/core
parent91f3fc94e4714e3210051fb12b3afb5b315fcc91 (diff)
bump version
Diffstat (limited to 'src/core')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index e86bae6ca..8bf36ef9a 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.7.17"
+#define NGINX_VERSION "0.7.18"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"