diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-03-01 06:47:36 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-03-01 06:47:36 -0800 |
| commit | 85fbe7f9e4642b554d0d97f2e3ff2aa12978691a (patch) | |
| tree | 6f25acf59b3969cae5757625f25d5d9d4acbc0d8 | |
| parent | ec9dae9a6fb0670cf83ae5713c8644a81e9e0b77 (diff) | |
| download | nng-1.7.3.tar.gz nng-1.7.3.tar.bz2 nng-1.7.3.zip | |
Bump version to 1.7.3.v1.7.3
| -rw-r--r-- | include/nng/nng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h index 5c1ced0e..babb2eb8 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -58,7 +58,7 @@ extern "C" { // may not necessarily match the ABI versions. #define NNG_MAJOR_VERSION 1 #define NNG_MINOR_VERSION 7 -#define NNG_PATCH_VERSION 2 +#define NNG_PATCH_VERSION 3 #define NNG_RELEASE_SUFFIX \ "" // if non-empty (i.e. "pre"), this is a pre-release |
