Skip to content

Commit

Permalink
Merge branch 'release/v2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Houmøller Nygaard committed Sep 23, 2020
2 parents b900d93 + b1acae9 commit 721e06a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ As of version 2.0.0 the WSServer has been completely rewritten with many new
features, better support, better extendability and generally as a more stable
WebSocket server.

Current Version: **v2.0.3**
Current Version: **v2.0.4**

### Early history

Expand Down
2 changes: 1 addition & 1 deletion conf/doxyfile.conf
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = WSServer
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v2.0.3
PROJECT_NUMBER = v2.0.4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/frame.c
Expand Up @@ -116,7 +116,7 @@ static void unmask(wss_frame_t *frame) {
(int)mask,
(int)mask,
(int)mask,
(int)mask
(int)mask,
(int)mask,
(int)mask,
(int)mask,
Expand Down

0 comments on commit 721e06a

Please sign in to comment.