diff options
author | Ruslan Ermilov <ru@nginx.com> | 2012-05-16 13:09:39 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2012-05-16 13:09:39 +0000 |
commit | 6888516b2bb4f9cce73184744a2ac5b44ce6752a (patch) | |
tree | 8e8ca64b3a0bf7ea6a07c02602ce30e432a46006 /src/core/nginx.h | |
parent | d7b40926d13659ec57b9a18a68be333fd801f87f (diff) | |
download | nginx-6888516b2bb4f9cce73184744a2ac5b44ce6752a.tar.gz nginx-6888516b2bb4f9cce73184744a2ac5b44ce6752a.zip |
Version bump.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 9171683b2..4e3a3e518 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1003000 -#define NGINX_VERSION "1.3.0" +#define nginx_version 1003001 +#define NGINX_VERSION "1.3.1" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |