diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-08-08 18:24:45 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-08-08 18:24:45 -0700 |
| commit | ddc0d044dd0fcf4aa1dc333fd5bda0de47850a64 (patch) | |
| tree | 8dbef22227df5d8cdad79d07d348f7b16979c15c /include | |
| parent | 79afcea91aa6882eede47b5cddc4f097454b6027 (diff) | |
| download | nng-ddc0d044dd0fcf4aa1dc333fd5bda0de47850a64.tar.gz nng-ddc0d044dd0fcf4aa1dc333fd5bda0de47850a64.tar.bz2 nng-ddc0d044dd0fcf4aa1dc333fd5bda0de47850a64.zip | |
Start of 1.4.0
Diffstat (limited to 'include')
| -rw-r--r-- | include/nng/nng.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h index ce07d3cf..6f5fdd45 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -49,9 +49,9 @@ extern "C" { // We use SemVer, and these versions are about the API, and // may not necessarily match the ABI versions. #define NNG_MAJOR_VERSION 1 -#define NNG_MINOR_VERSION 3 -#define NNG_PATCH_VERSION 2 -#define NNG_RELEASE_SUFFIX "" // if non-empty, this is a pre-release +#define NNG_MINOR_VERSION 4 +#define NNG_PATCH_VERSION 0 +#define NNG_RELEASE_SUFFIX "DEV" // if non-empty, this is a pre-release // Maximum length of a socket address. This includes the terminating NUL. // This limit is built into other implementations, so do not change it. |
