diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-06-02 07:28:46 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-06-02 07:33:39 -0700 |
| commit | 84aa701f42968bf536141a24e826da66963b571a (patch) | |
| tree | 8cb9814112b1a8ead5af60fe41bc2d35f08e151b | |
| parent | 25bcecade21f1585e04bf2e34fa6433b89fcea2d (diff) | |
| download | nng-1.11.tar.gz nng-1.11.tar.bz2 nng-1.11.zip | |
Bunch version to 1.11.v1.11
| -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 710e850f..c3d331e5 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -57,7 +57,7 @@ extern "C" { // We use SemVer, and these versions are about the API, and // may not necessarily match the ABI versions. #define NNG_MAJOR_VERSION 1 -#define NNG_MINOR_VERSION 10 +#define NNG_MINOR_VERSION 11 #define NNG_PATCH_VERSION 0 // if non-empty (i.e. "pre"), this is a pre-release #define NNG_RELEASE_SUFFIX "" |
