aboutsummaryrefslogtreecommitdiffstats
path: root/stacks/lwip_stack
diff options
context:
space:
mode:
authorwylandrea <wylandrea@gmail.com>2018-11-12 09:58:34 +0800
committerwylandrea <wylandrea@gmail.com>2018-11-12 09:58:34 +0800
commitcc93ddec5ea87e6d3e5a4bc96b89ab8cf52a48b8 (patch)
treec4883b40f0d7d1d436fa4c0162cfb88201818ab3 /stacks/lwip_stack
parent07b448c987619766da5c12235f3f693f3cd60209 (diff)
Release: update to 18.10 version
Change-Id: Id3521df005024e9b393a1238a8b1ea7f5ddf507e Signed-off-by: wylandrea <wylandrea@gmail.com>
Diffstat (limited to 'stacks/lwip_stack')
-rw-r--r--stacks/lwip_stack/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/stacks/lwip_stack/CMakeLists.txt b/stacks/lwip_stack/CMakeLists.txt
index 3992f20..5a5ca94 100644
--- a/stacks/lwip_stack/CMakeLists.txt
+++ b/stacks/lwip_stack/CMakeLists.txt
@@ -65,7 +65,7 @@ execute_process(
COMMAND sh ${CMAKE_CURRENT_LIST_DIR}/release/lwip_helper_files/download_lwip.sh
)
-ADD_DEFINITIONS(-D_GNU_SOURCE -DNSTACK_GETVER_VERSION="18.07")
+ADD_DEFINITIONS(-D_GNU_SOURCE -DNSTACK_GETVER_VERSION="18.10")
SET(JSON_C_SRC ${CMAKE_CURRENT_LIST_DIR}/../../thirdparty/json/json-c-0.12.1)
INCLUDE(ExternalProject)