Fix embedded http-parser version
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
8061633857
commit
cc0d5eb2e6
@ -46,7 +46,7 @@
|
||||
|
||||
# http-parser - from deps/http_parser/http_parser.h
|
||||
%global http_parser_major 2
|
||||
%global http_parser_minor 7
|
||||
%global http_parser_minor 8
|
||||
%global http_parser_patch 0
|
||||
%global http_parser_version %{http_parser_major}.%{http_parser_minor}.%{http_parser_patch}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user