diff --git a/CMakeLists.txt b/CMakeLists.txt index 83e65cf..ced54f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.15) project(wpa-supplicant VERSION 2.10 LANGUAGES C CXX) -set(PORT_REVISION "R20230218") +set(PORT_REVISION "R20230617") option(WPAS_STATIC_RUNTIME "Use static MSVC runtime library" OFF) option(WPAS_EXCLUDE_SVG_ICONS "Exclude SVG icon resources" OFF)