Changes of Revision 19
[-] [+] | Changed | nginx.spec |
[-] [+] | Added | nginx-versiontilt.patch ^ |
@@ -0,0 +1,13 @@ +--- nginx-1.2.0/src/core/nginx.h 2012-04-23 14:54:14.000000000 +0200 ++++ nginx-1.2.0/src/core/nginx.h~ 2012-04-25 16:20:55.000000000 +0200 +@@ -10,8 +10,8 @@ + + + #define nginx_version 1002000 +-#define NGINX_VERSION "1.2.0" +-#define NGINX_VER "nginx/" NGINX_VERSION ++#define NGINX_VERSION "0.0" ++#define NGINX_VER "/" NGINX_VERSION + + #define NGINX_VAR "NGINX" + #define NGX_OLDPID_EXT ".oldbin" |