nginx_version
Igor Sysoev
13 years ago
1 changed file(s) with
1 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-0
src/core/nginx.h
less
more
7
7
#define _NGINX_H_INCLUDED_
8
8
9
9
10
#define nginx_version 007045
10
11
#define NGINX_VERSION "0.7.45"
11
12
#define NGINX_VER "nginx/" NGINX_VERSION
12
13