File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,7 @@ Marc O'Morain <github.com@marcomorain.com>
61
61
Jeff Pinner <jpinner@twitter.com>
62
62
Timothy J Fontaine <tjfontaine@gmail.com>
63
63
Akagi201 <akagi201@gmail.com>
64
+ Romain Giraud <giraud.romain@gmail.com>
65
+ Jay Satiro <raysatiro@yahoo.com>
66
+ Arne Steen <Arne.Steen@gmx.de>
67
+ Kjell Schubert <kjell.schubert@gmail.com>
Original file line number Diff line number Diff line change 19
19
# IN THE SOFTWARE.
20
20
21
21
PLATFORM ?= $(shell sh -c 'uname -s | tr "[A-Z]" "[a-z]"')
22
- SONAME ?= libhttp_parser.so.2.4.2
22
+ SONAME ?= libhttp_parser.so.2.5.0
23
23
24
24
CC? =gcc
25
25
AR? =ar
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ extern "C" {
26
26
27
27
/* Also update SONAME in the Makefile whenever you change these. */
28
28
#define HTTP_PARSER_VERSION_MAJOR 2
29
- #define HTTP_PARSER_VERSION_MINOR 4
30
- #define HTTP_PARSER_VERSION_PATCH 2
29
+ #define HTTP_PARSER_VERSION_MINOR 5
30
+ #define HTTP_PARSER_VERSION_PATCH 0
31
31
32
32
#include <sys/types.h>
33
33
#if defined(_WIN32 ) && !defined(__MINGW32__ ) && (!defined(_MSC_VER ) || _MSC_VER < 1600 )
You can’t perform that action at this time.
0 commit comments