aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.c')
-rw-r--r--src/nng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng.c b/src/nng.c
index a417fbee..acdabe69 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -1695,5 +1695,5 @@ const char *
nng_version(void)
{
return (xstr(NNG_MAJOR_VERSION) "." xstr(NNG_MINOR_VERSION) "." xstr(
- NNG_PATCH_VERSION));
+ NNG_PATCH_VERSION) NNG_RELEASE_SUFFIX);
}