diff options
author | jan Iversen <jani@libreoffice.org> | 2018-04-01 18:15:58 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-04-01 18:21:29 +0200 |
commit | e63a65174800968cfe5adb38e8f9ca28f22984d0 (patch) | |
tree | a06befaf9c0debe0526245cd5e01aac6efd82f67 /configure.ac | |
parent | b6a5302eca54fc498628c452ab268a2364582a19 (diff) |
iOS, bump versions
SDK needed is 11.3
Xcode needed is 9.3
Change-Id: If26eda81f969f63500d94e3274dda8efb59dec12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 73bc7b16a14d..e2d5c8c5e320 100644 --- a/configure.ac +++ b/configure.ac @@ -2925,7 +2925,7 @@ dnl =================================================================== if test $_os = iOS; then AC_MSG_CHECKING([what iOS SDK to use]) - current_sdk_ver=11.2 + current_sdk_ver=11.3 if test "$enable_ios_simulator" = "yes"; then platform=iPhoneSimulator versionmin=-mios-simulator-version-min=$current_sdk_ver |