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-12 19:46:34 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-08-12 19:46:34 +0400
commit85aebb00772ef986e2f60409adb6174dc581dbbb (patch)
treead40d9a62927902618e075138d34716ddd97d4fe /src/core
parent9f89fd568615a51fc7e82f62cdca4e826bc95f97 (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 747fee6d9..6502b3b8e 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.7.9"
+#define NGINX_VERSION "0.7.10"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"