aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-12 19:55:15 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-12 19:55:15 +0000
commit8a444aa7242a294e03f551228152c393a1d68f50 (patch)
treee5a18ba15aefe5bbac9eeb2fb26289f6b70366e3 /src/core/nginx.h
parentd79b21d1c6c36cf8687336e8b4bde59e9380cab2 (diff)
downloadnginx-8a444aa7242a294e03f551228152c393a1d68f50.tar.gz
nginx-8a444aa7242a294e03f551228152c393a1d68f50.zip
check nginx.pm version
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index 20003fdb5..f761a7925 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VER "nginx/0.4.9"
+#define NGINX_VERSION "0.4.9"
+#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"