~ubuntu-branches/ubuntu/maverick/nginx/maverick

« back to all changes in this revision

Viewing changes to src/core/nginx.h

  • Committer: Daniel Holbach
  • Date: 2010-07-22 07:45:20 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: daniel.holbach@canonical.com-20100722074520-lzfoz7cctw91gik7
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#define _NGINX_H_INCLUDED_
9
9
 
10
10
 
11
 
#define nginx_version         7065
12
 
#define NGINX_VERSION      "0.7.65"
 
11
#define nginx_version         7067
 
12
#define NGINX_VERSION      "0.7.67"
13
13
#define NGINX_VER          "nginx/" NGINX_VERSION
14
14
 
15
15
#define NGINX_VAR          "NGINX"