diff options
| author | Garrett D'Amore <garrett@damore.org> | 2021-07-11 12:02:50 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2021-07-11 12:02:50 -0700 |
| commit | 6c0696b4d4f330501da6e1fbc157113768f6f817 (patch) | |
| tree | 47071f164f51ffa924d0fae8bd679abb318205da | |
| parent | 5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4 (diff) | |
| download | nng-6c0696b4d4f330501da6e1fbc157113768f6f817.tar.gz nng-6c0696b4d4f330501da6e1fbc157113768f6f817.tar.bz2 nng-6c0696b4d4f330501da6e1fbc157113768f6f817.zip | |
Fix version number.
| -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 9c38febd..5c2b5c0c 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -1,5 +1,5 @@ // -// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -49,8 +49,8 @@ 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 4 -#define NNG_PATCH_VERSION 0 +#define NNG_MINOR_VERSION 5 +#define NNG_PATCH_VERSION 1 #define NNG_RELEASE_SUFFIX "" // if non-empty, this is a pre-release // Maximum length of a socket address. This includes the terminating NUL. |
