Skip to content

Commit

Permalink
Upgrade to 2.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Feb 8, 2023
1 parent 96062f0 commit 3d40004
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Ulfius Changelog

## 2.7.13

- Websockets client: fix case where server sends a 0-length packet (#245)
- Minor improvements

## 2.7.12

- Improve cmake script and build for Visual Studio integration
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/ulfius/")
set(PROJECT_BUGREPORT_PATH "https://github.com/babelouest/ulfius/issues")
set(LIBRARY_VERSION_MAJOR "2")
set(LIBRARY_VERSION_MINOR "7")
set(LIBRARY_VERSION_PATCH "12")
set(LIBRARY_VERSION_PATCH "13")

set(PROJECT_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
set(PROJECT_VERSION_MAJOR ${LIBRARY_VERSION_MAJOR})
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OBJECTS=ulfius.o u_map.o u_request.o u_response.o u_send_request.o u_websocket.o
OUTPUT=libulfius.so
VERSION_MAJOR=2
VERSION_MINOR=7
VERSION_PATCH=12
VERSION_PATCH=13

ifndef JANSSONFLAG
DISABLE_JANSSON=0
Expand Down

0 comments on commit 3d40004

Please sign in to comment.