Skip to content

Commit

Permalink
a version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Apr 18, 2024
1 parent 07bfd11 commit 56371ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [5.1.8] - 2024-04-??
## [5.1.8] - 2024-04-18

* added handling of _*/cluster_heartbeat/id*_ to the _*libmicrohttpd*_ HTTP server
* added handling of _*/cluster_heartbeat/id*_ to the _*libmicrohttpd*_ HTTP server part
* server-side optimisations: removed the Unix pipe and the accompanying request/response POSIX threads from three WebSocket event loop functions: <_*ws_event_loop*_>, <_*video_event_loop*_> and <_*pv_event_loop*_>
* upgraded the _*libx265*_ library version

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define VERSION_MAJOR 5
#define VERSION_MINOR 1
#define VERSION_SUB 7
#define VERSION_SUB 8

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
Expand Down

0 comments on commit 56371ac

Please sign in to comment.