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-08-18 18:29:57 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-08-18 18:29:57 +0400
commit1de8bb5bd6575f652ba721474b37f189f988e31c (patch)
tree8c5a05f31c0b871b5784b70144794dea0a431cc9 /src/core
parent0046374ea123b7a0b376b0a611fbaa1554afb6d5 (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 9b30caa0b..de037a4d3 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.7.11"
+#define NGINX_VERSION "0.7.12"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"