summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-01 06:47:36 -0800
committerGarrett D'Amore <garrett@damore.org>2024-03-01 06:47:36 -0800
commit85fbe7f9e4642b554d0d97f2e3ff2aa12978691a (patch)
tree6f25acf59b3969cae5757625f25d5d9d4acbc0d8
parentec9dae9a6fb0670cf83ae5713c8644a81e9e0b77 (diff)
downloadnng-85fbe7f9e4642b554d0d97f2e3ff2aa12978691a.tar.gz
nng-85fbe7f9e4642b554d0d97f2e3ff2aa12978691a.tar.bz2
nng-85fbe7f9e4642b554d0d97f2e3ff2aa12978691a.zip
Bump version to 1.7.3.v1.7.3
-rw-r--r--include/nng/nng.h2
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