0
0
mirror of https://github.com/openwrt/routing.git synced 2025-01-31 08:21:24 +00:00
routing/ndppd/patches/0001-Version-bump.patch
谢致邦 (XIE Zhibang) 8f5ed0f95f ndppd: update to version 0.2.6
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
2024-11-14 21:42:30 +01:00

21 lines
492 B
Diff

From 715f9f330d8606d4a7b68900325f9b1455dd5368 Mon Sep 17 00:00:00 2001
From: Rafael Cossovan <navossoc@gmail.com>
Date: Tue, 3 Apr 2018 17:06:16 -0300
Subject: [PATCH 1/3] Forgot to bump the version.
---
src/ndppd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/src/ndppd.h
+++ b/src/ndppd.h
@@ -21,7 +21,7 @@
#define NDPPD_NS_BEGIN namespace ndppd {
#define NDPPD_NS_END }
-#define NDPPD_VERSION "0.2.4"
+#define NDPPD_VERSION "0.2.6"
#include <assert.h>