File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,9 @@ BogDan Vatra <bogdan@kde.org>
39
39
Peter Faiman <peter@thepicard.org>
40
40
Corey Richardson <corey@octayn.net>
41
41
Tóth Tamás <tomika_nospam@freemail.hu>
42
+ Patrik Stutz <patrik.stutz@gmail.com>
43
+ Cam Swords <cam.swords@gmail.com>
44
+ Chris Dickinson <christopher.s.dickinson@gmail.com>
45
+ Uli Köhler <ukoehler@btronik.de>
46
+ Charlie Somerville <charlie@charliesomerville.com>
47
+ Fedor Indutny <fedor.indutny@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.1
22
+ SONAME ?= libhttp_parser.so.2.2
23
23
24
24
CC? =gcc
25
25
AR? =ar
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ 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 1
29
+ #define HTTP_PARSER_VERSION_MINOR 2
30
30
#define HTTP_PARSER_VERSION_PATCH 0
31
31
32
32
#include <sys/types.h>
You can’t perform that action at this time.
0 commit comments