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
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-02 18:21:47 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-10-02 18:21:47 +0400
commit0e4a95dfe398c4e7ce86e5b0698d59ac281591b0 (patch)
treee8757848eaae865514d8f4ab56a5266aba73c6c3
parente97cea1744b1102b14a0856cc619b80fbcd87ccc (diff)
bump version
-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 7185b9970..33c854d3e 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VER "nginx/0.4.4"
+#define NGINX_VER "nginx/0.4.5"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"