-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bind publishers to "::" (-> IPv6) by default to support connections f…
…rom both IPv6 and IPv4. (#24) * Bind publishers to "::" (-> IPv6) by default to support connections from both IPv6 and IPv4. * Updated version number
- Loading branch information
1 parent
8e32cc8
commit c9dc185
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
set(TCP_PUBSUB_VERSION_MAJOR 1) | ||
set(TCP_PUBSUB_VERSION_MINOR 0) | ||
set(TCP_PUBSUB_VERSION_PATCH 4) | ||
set(TCP_PUBSUB_VERSION_PATCH 5) |