From 48a1033794eb423c3f216bba02abd61240306e0d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 2 Mar 2018 12:07:22 -0800 Subject: Bump version to 0.5.0. --- src/nng.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/nng.h b/src/nng.h index b3acc86c..a4f4e5e0 100644 --- a/src/nng.h +++ b/src/nng.h @@ -42,6 +42,15 @@ extern "C" { #endif // _WIN32 && !NNG_STATIC_LIB #endif // NNG_DECL +// NNG Library & API version. +// We use SemVer, and these versions are about the API, and +// may not necessarily match the ABI versions. Right now at +// version 0, you should not be making any forward compatibility +// assumptions. +#define NNG_MAJOR_VERSION 0 +#define NNG_MINOR_VERSION 5 +#define NNG_PATCH_VERSION 0 + // Types common to nng. typedef uint32_t nng_socket; typedef uint32_t nng_dialer; -- cgit v1.2.3-70-g09d2