summaryrefslogtreecommitdiffstats
path: root/stacks
diff options
context:
space:
mode:
authoryalei wang <wylandrea@gmail.com>2018-09-17 11:40:58 +0000
committerGerrit Code Review <gerrit@fd.io>2018-09-17 11:40:58 +0000
commit76d209198e0f392baca28e2cf15624799b851ace (patch)
tree5f4698902fe17c334e745ca491fbab46868856ba /stacks
parent0a5a2aadb7789251a2cba285e0a680951c5db573 (diff)
parent40d93c9db9f7aebf86adabbc969f44835b35bd0d (diff)
Merge "Fix: version tag 18.07"
Diffstat (limited to 'stacks')
-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 9f64af9..814e5a5 100644
--- a/stacks/lwip_stack/CMakeLists.txt
+++ b/stacks/lwip_stack/CMakeLists.txt
@@ -69,7 +69,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.04")
+ADD_DEFINITIONS(-D_GNU_SOURCE -DNSTACK_GETVER_VERSION="18.07")
SET(JSON_C_SRC ${CMAKE_CURRENT_LIST_DIR}/../../thirdparty/json/json-c-0.12.1)
INCLUDE(ExternalProject)