~spuul/nginx/trunk

« back to all changes in this revision

Viewing changes to src/core/nginx.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-11-22 12:23:25 UTC
  • mfrom: (4.3.6 sid)
  • Revision ID: package-import@ubuntu.com-20131122122325-6i9ns8d0e4fceepd
Tags: 1.4.4-1ubuntu1
* Resynchronise with Debian (LP: #1253691).  Remaining changes:
  - debian/patches/ubuntu-branding.patch:
    + Add Ubuntu branding to server_tokens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#define _NGINX_H_INCLUDED_
10
10
 
11
11
 
12
 
#define nginx_version      1004003
13
 
#define NGINX_VERSION      "1.4.3"
 
12
#define nginx_version      1004004
 
13
#define NGINX_VERSION      "1.4.4"
14
14
#define NGINX_VER          "nginx/" NGINX_VERSION " (Ubuntu)"
15
15
 
16
16
#define NGINX_VAR          "NGINX"