diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-03-18 21:35:50 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-03-18 21:35:50 -0700 |
| commit | 8d8494ad6b2a10e5439b7a4bd621465c57ca9a27 (patch) | |
| tree | e5d364f1cef8e09b24dfe2ccb23408494927a8c6 | |
| parent | 8ac84d70424742c0c3b65ed852a358f1d96d8e56 (diff) | |
| download | nng-0.7.0.tar.gz nng-0.7.0.tar.bz2 nng-0.7.0.zip | |
Bump API to 0.7.0.0.7.0
| -rw-r--r-- | src/nng.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ extern "C" { // version 0, you should not be making any forward compatibility // assumptions. #define NNG_MAJOR_VERSION 0 -#define NNG_MINOR_VERSION 5 +#define NNG_MINOR_VERSION 7 #define NNG_PATCH_VERSION 0 // Types common to nng. |
