Skip to content

Commit fd609ab

Browse files
committed
Bump version to 2.2
1 parent efcf75d commit fd609ab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ BogDan Vatra <bogdan@kde.org>
3939
Peter Faiman <peter@thepicard.org>
4040
Corey Richardson <corey@octayn.net>
4141
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>

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# IN THE SOFTWARE.
2020

2121
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
2323

2424
CC?=gcc
2525
AR?=ar

http_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern "C" {
2626

2727
/* Also update SONAME in the Makefile whenever you change these. */
2828
#define HTTP_PARSER_VERSION_MAJOR 2
29-
#define HTTP_PARSER_VERSION_MINOR 1
29+
#define HTTP_PARSER_VERSION_MINOR 2
3030
#define HTTP_PARSER_VERSION_PATCH 0
3131

3232
#include <sys/types.h>

0 commit comments

Comments
 (0)