forked from nanomsg/nng
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
= nng_version(3) | ||
// | ||
// Copyright 2018 Staysail Systems, Inc. <[email protected]> | ||
// Copyright 2020 Staysail Systems, Inc. <[email protected]> | ||
// Copyright 2018 Capitar IT Group BV <[email protected]> | ||
// | ||
// This document is supplied under the terms of the MIT License, a | ||
|
@@ -31,6 +31,7 @@ This is intended for output in programs, and so forth. | |
Additionally, compile time version information is available | ||
via some predefined macros: | ||
|
||
[horizontal] | ||
((`NNG_MAJOR_VERSION`)):: Major version number. | ||
((`NNG_MINOR_VERSION`)):: Minor version number. | ||
((`NNG_PATCH_VERSION`)):: Patch version number. | ||
|
@@ -45,7 +46,7 @@ manner depending upon the link options and how the library is built.) | |
|
||
== RETURN VALUES | ||
|
||
C string (`NUL`-terminated) containing the library version number. | ||
Null-terminated string containing the library version number. | ||
|
||
== ERRORS | ||
|
||
|