Skip to content

Commit 39c2c1e

Browse files
committed
Bump version to 2.5.0
1 parent dff604d commit 39c2c1e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@ Marc O'Morain <github.com@marcomorain.com>
6161
Jeff Pinner <jpinner@twitter.com>
6262
Timothy J Fontaine <tjfontaine@gmail.com>
6363
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>

Makefile

+1-1
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.4.2
22+
SONAME ?= libhttp_parser.so.2.5.0
2323

2424
CC?=gcc
2525
AR?=ar

http_parser.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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 4
30-
#define HTTP_PARSER_VERSION_PATCH 2
29+
#define HTTP_PARSER_VERSION_MINOR 5
30+
#define HTTP_PARSER_VERSION_PATCH 0
3131

3232
#include <sys/types.h>
3333
#if defined(_WIN32) && !defined(__MINGW32__) && (!defined(_MSC_VER) || _MSC_VER<1600)

0 commit comments

Comments
 (0)