mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
This package is needed for KiCad's v9 series new plugin communication protocol. Closes: https://bugs.gentoo.org/943018 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Sam James <sam@gentoo.org>
13 lines
486 B
Diff
13 lines
486 B
Diff
diff -Naur nng-1.10.1-orig/include/nng/nng.h nng-1.10.1/include/nng/nng.h
|
|
--- nng-1.10.1-orig/include/nng/nng.h 2025-01-26 08:38:16.000000000 -0800
|
|
+++ nng-1.10.1/include/nng/nng.h 2025-03-13 00:02:11.356499237 -0700
|
|
@@ -58,7 +58,7 @@
|
|
// may not necessarily match the ABI versions.
|
|
#define NNG_MAJOR_VERSION 1
|
|
#define NNG_MINOR_VERSION 10
|
|
-#define NNG_PATCH_VERSION 0
|
|
+#define NNG_PATCH_VERSION 1
|
|
// if non-empty (i.e. "pre"), this is a pre-release
|
|
#define NNG_RELEASE_SUFFIX ""
|
|
|