blob: c88df86c91525dab13e8694e21d8833ce549c657 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From 715f9f330d8606d4a7b68900325f9b1455dd5368 Mon Sep 17 00:00:00 2001
2From: Rafael Cossovan <navossoc@gmail.com>
3Date: Tue, 3 Apr 2018 17:06:16 -0300
4Subject: [PATCH 1/3] Forgot to bump the version.
5
6---
7 src/ndppd.h | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/src/ndppd.h b/src/ndppd.h
11index 57ba829..3e11221 100644
12--- a/src/ndppd.h
13+++ b/src/ndppd.h
14@@ -21,7 +21,7 @@
15 #define NDPPD_NS_BEGIN namespace ndppd {
16 #define NDPPD_NS_END }
17
18-#define NDPPD_VERSION "0.2.4"
19+#define NDPPD_VERSION "0.2.5"
20
21 #include <assert.h>
22