diff options
author | 2018-09-17 09:26:13 +0800 | |
---|---|---|
committer | 2018-09-17 09:26:13 +0800 | |
commit | 40d93c9db9f7aebf86adabbc969f44835b35bd0d (patch) | |
tree | 427e3b15ebc0bd745d088fcef450b6414b28463c /stacks/lwip_stack | |
parent | 7d6f7e3a58ea0dda82d1f61cb9cf9b5076b4975a (diff) |
Fix: version tag 18.07
Change-Id: Iddef4d8b95cf611a602904a7d1d6a31b5079a3f3
Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
Diffstat (limited to 'stacks/lwip_stack')
-rw-r--r-- | stacks/lwip_stack/CMakeLists.txt | 2 |
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) |