X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=blobdiff_plain;f=ndppd%2Fpatches%2F0001-Version-bump.patch;fp=ndppd%2Fpatches%2F0001-Version-bump.patch;h=c88df86c91525dab13e8694e21d8833ce549c657;hp=0000000000000000000000000000000000000000;hb=9333cdff055f7afd716a7b5f2ed2c8aa5089e9e7;hpb=76773ec5dd754730307c2cb6c07a21128766fb33 diff --git a/ndppd/patches/0001-Version-bump.patch b/ndppd/patches/0001-Version-bump.patch new file mode 100644 index 0000000..c88df86 --- /dev/null +++ b/ndppd/patches/0001-Version-bump.patch @@ -0,0 +1,22 @@ +From 715f9f330d8606d4a7b68900325f9b1455dd5368 Mon Sep 17 00:00:00 2001 +From: Rafael Cossovan +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(-) + +diff --git a/src/ndppd.h b/src/ndppd.h +index 57ba829..3e11221 100644 +--- 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.5" + + #include +